Reduce the overall line height
I'm not sure why I mad it so huge in the first place.
This commit is contained in:
parent
370c1e3bbf
commit
813ed5acc3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ html {
|
||||||
max-width: 70ch;
|
max-width: 70ch;
|
||||||
padding: 0.2em 1em;
|
padding: 0.2em 1em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 1.75;
|
line-height: 1.2;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue