diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/css/yaroslavps.scss | 10 |
1 files 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 { |