From e9d2053bb16a24fd2a0f02e44f0ad5bc0c560f02 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 29 Nov 2018 20:32:57 -0200 Subject: [PATCH] messing with the spacing between articles --- sass/_theme.scss | 2 +- sass/_vendor.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sass/_theme.scss b/sass/_theme.scss index dad0e87..ece7688 100644 --- a/sass/_theme.scss +++ b/sass/_theme.scss @@ -83,7 +83,7 @@ html { font-size: 17px; } article [itemprop="description"], article [itemprop="summary"] { - margin-bottom: 20px; + margin-bottom: 30px; margin-top: 5px; } diff --git a/sass/_vendor.scss b/sass/_vendor.scss index 60a2c62..a3c054b 100644 --- a/sass/_vendor.scss +++ b/sass/_vendor.scss @@ -202,7 +202,7 @@ a:hover { position: relative; display: inline-block; display: table-cell; - padding: 20px 0 30px; + padding: 20px 0 10px; margin: 0; overflow: hidden } @@ -210,7 +210,7 @@ a:hover { .hack h1:after { content: "===================================================================================================="; position: absolute; - bottom: 10px; + bottom: -7px; left: 0 } @@ -220,8 +220,8 @@ a:hover { .hack h2, .hack h3, .hack h4, .hack h5, .hack h6 { position: relative; - margin-top: 1.75rem; - margin-bottom: 5px; + margin-top: 1rem; + margin-bottom: 10px; } .hack h2:before, .hack h3:before, .hack h4:before, .hack h5:before, .hack h6:before {