reduced line height, mt on dt

This commit is contained in:
Lewis Wynne 2026-05-01 01:53:14 +01:00
parent 7fa6e6d005
commit ea0e813742

View file

@ -1,6 +1,6 @@
body { body {
max-width: 70ch; max-width: 70ch;
line-height: 1.5; line-height: 1.2;
margin: 0; margin: 0;
padding: 1rem; padding: 1rem;
} }
@ -9,6 +9,10 @@ h1, h2, h3, h4, h5, h6 {
font-size: inherit; font-size: inherit;
} }
dt:not(:first-child) {
margin-top: 0.5rem;
}
h3 { h3 {
font-style: italic; font-style: italic;
} }