style.css (article pre): Reduce line-height

master
Mike Gerwitz 2019-07-27 14:52:59 -04:00
parent 5b84305d8e
commit 3ec6034a0b
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 3 additions and 0 deletions

View File

@ -380,6 +380,9 @@ article {
line-height: 1.8em;
margin: auto;
}
article pre {
line-height: 1.5em;
}
article section.footnotes {
font-size: 0.9em;