From c7d50c6399f43351b8b2e77d640a6f38936f14aa Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 22 Feb 2023 02:01:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20consistent=20margins=20?= =?UTF-8?q?above=20and=20below=20content=20Moves=20margin=20from=20footer?= =?UTF-8?q?=20to=20content.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 1 + sass/parts/_footer.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index b501e8e..4a17f4a 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -110,6 +110,7 @@ body { max-width: var(--max-layout-width); margin: 0 auto; margin-top: 6vmin; + margin-bottom: 6vmin; padding: 0 24px; word-wrap: break-word; } diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index e3eb572..4c32b21 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -1,7 +1,6 @@ footer { margin-top: auto; font-family: var(--post-font-family); - padding: 1.4rem; } footer section {