more reasonable line heights

This commit is contained in:
byte[] 2019-12-10 20:04:56 -05:00
parent cb6d2dff78
commit d666a6369e
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@ body {
font-size: 13px;
margin: 0;
padding: 0;
line-height: 1.5em;
line-height: 15px;
}
h1, h2, h3, h4, h5 {

View file

@ -142,6 +142,7 @@ nav {
font-size: 12px;
color: $foreground_half_color;
background: $background_color;
line-height: 14px;
#footer_content {
display: flex;