Reduce the overall line height

I'm not sure why I mad it so huge in the first place.
This commit is contained in:
Tom Willemse 2023-07-26 12:19:30 -07:00
parent 370c1e3bbf
commit 813ed5acc3

View file

@ -4,7 +4,7 @@ html {
max-width: 70ch;
padding: 0.2em 1em;
margin: auto;
line-height: 1.75;
line-height: 1.2;
font-size: 1.25em;
}