add a bit of whitespace in content text

meant to help readability slightly, in part because of what I'm screwing
around with in changing link and header colors
This commit is contained in:
Brian S. Stephan 2022-04-18 07:26:35 -05:00
parent 9ce8e9a1cc
commit a42ce34aad
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,11 @@ div.header a {
div.content {
font-size: 11pt;
padding: 0 1em;
line-height: 1.5em;
line-height: 1.6em;
}
div.content p {
margin: 1.25em 0;
}
sup, sub {