From 3d2015ea61b9e29f9ecd8bd6acba7f96ed96358c Mon Sep 17 00:00:00 2001 From: enzomdev Date: Wed, 24 Nov 2021 13:02:19 -0300 Subject: [PATCH] Added min-height for .section class to prevent blank space below footer --- src/components/all.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/all.sass b/src/components/all.sass index c4046189b..42f46dc3e 100644 --- a/src/components/all.sass +++ b/src/components/all.sass @@ -13,6 +13,10 @@ $black: #2b2523 .navbar .navbar-menu box-shadow: none !important +.section + min-height: 50.6vh + + .content .taglist list-style: none margin-bottom: 0 @@ -137,4 +141,4 @@ $menu-label-color: $white-ter .blog-list-item .featured-thumbnail text-align: center max-width: 70% - margin: 0 0 1em \ No newline at end of file + margin: 0 0 1em