From add247942766de44665a4409388a6dcb0bc54ea8 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 7 May 2020 16:21:50 +0300 Subject: small style changes for better readability --- sass/css/yaroslavps.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 42e9c6f..e9f85df 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -6,12 +6,6 @@ html, body { width: 100%; min-height: 100vh; background-color: $bg2; - /* - background-image: url("/svg/background.svg"); - background-size: 45px 45px; - background-repeat: repeat; - background-attachment: center; - */ } h1, @@ -32,7 +26,7 @@ ul, li, a, p { - line-height: 1.3; + line-height: 1.4; font-family: $font_sans; } @@ -158,7 +152,7 @@ h2 > span.publish-date { } .post-container { - padding: 2em; + padding: 1em 2em; } .post-container img { -- cgit v1.2.3