increase line height, reduce dt mt

This commit is contained in:
Lewis Wynne 2026-05-01 02:00:46 +01:00
parent ea0e813742
commit 3416521f89

View file

@ -1,6 +1,6 @@
body { body {
max-width: 70ch; max-width: 70ch;
line-height: 1.2; line-height: 1.3;
margin: 0; margin: 0;
padding: 1rem; padding: 1rem;
} }
@ -10,7 +10,7 @@ h1, h2, h3, h4, h5, h6 {
} }
dt:not(:first-child) { dt:not(:first-child) {
margin-top: 0.5rem; margin-top: 0.3rem;
} }
h3 { h3 {