fonts: set the line height for content
Co-Authored-by: Igor Milhit <igor@milhit@.ch>pull/31/head
parent
ace3805a1d
commit
74abde3ad2
|
@ -19,3 +19,6 @@ nav,
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
line-height: 1.4; // TODO: fix homepage
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue