From d280eb17cb1ee463fd5e807cb71f7ee26846b554 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 7 Dec 2018 00:46:47 +0400 Subject: fix(css): Improving the appearance of the text Signed-off-by: Valentin Popov --- _scss/sakura/_main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_scss/sakura') diff --git a/_scss/sakura/_main.scss b/_scss/sakura/_main.scss index d654b48..45300b3 100644 --- a/_scss/sakura/_main.scss +++ b/_scss/sakura/_main.scss @@ -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; -- cgit v1.2.3