mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +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;
|
font-size: 13px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 1.5em;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
|
|
|
@ -142,6 +142,7 @@ nav {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: $foreground_half_color;
|
color: $foreground_half_color;
|
||||||
background: $background_color;
|
background: $background_color;
|
||||||
|
line-height: 14px;
|
||||||
|
|
||||||
#footer_content {
|
#footer_content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue