fonts: set the line height for content

Co-Authored-by: Igor Milhit <igor@milhit@.ch>
pull/31/head
iGor milhit 2020-01-21 07:18:45 +01:00
parent ace3805a1d
commit 74abde3ad2
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ nav,
font-size: $font-size-small;
}
#content {
line-height: 1.4; // TODO: fix homepage
}