From 5dcd60580177d4af3e98614038d05f0040043fb4 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 23 Feb 2023 00:53:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20incrase=20footer's=20ma?= =?UTF-8?q?rgin-bottom=20Reverts=20back=20to=20c7d50c6399f43351b8b2e77d640?= =?UTF-8?q?a6f38936f14aa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 4c32b21..842a0be 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -1,5 +1,6 @@ footer { margin-top: auto; + margin-bottom: 1.4rem; font-family: var(--post-font-family); }