Skip to content

Commit

Permalink
changelog: make the vulnbox wrap nicely when space-limited
Browse files Browse the repository at this point in the history
The padding made the grey boxes overlap unappealingly.
  • Loading branch information
dfandrich committed Feb 10, 2025
1 parent ad5c3e2 commit f824094
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changescss.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@
border: 1px solid black;
border-radius: 10px;
padding: 5px 5px 5px 5px;
line-height: 2.5;
}
h1 {
margin-block-end: 0.3em;
}
h2 {
margin-block-end: 0.1em;
}

0 comments on commit f824094

Please sign in to comment.