0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

fix(css): Improving the appearance of the text

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-12-07 00:46:47 +04:00
parent 443322ab7d
commit d280eb17cb
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ body {
background-color: $color-bg;
color: $color-text;
font-size: $font-size-base;
line-height: 1.618;
line-height: 1.56;
margin: auto;
max-width: 52em;
padding: 13px;