mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
more reasonable line heights
This commit is contained in:
parent
cb6d2dff78
commit
d666a6369e
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ body {
|
|||
font-size: 13px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.5em;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
|
|
|
@ -142,6 +142,7 @@ nav {
|
|||
font-size: 12px;
|
||||
color: $foreground_half_color;
|
||||
background: $background_color;
|
||||
line-height: 14px;
|
||||
|
||||
#footer_content {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue