From cbc57c418e76e5a2faf111336d4001cb93305047 Mon Sep 17 00:00:00 2001 From: Samir Rashid Date: Wed, 18 Sep 2024 17:09:52 +0000 Subject: [PATCH] Reduce excessive footer padding --- _sass/_footer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_footer.scss b/_sass/_footer.scss index e7b18434d8603..379ef9d6d9849 100644 --- a/_sass/_footer.scss +++ b/_sass/_footer.scss @@ -27,9 +27,9 @@ @include clearfix; margin-left: auto; margin-right: auto; - margin-top: 2em; + margin-top: 1em; max-width: 100%; - padding: 0 1em 2em; + padding: 0 1em 1em; @include breakpoint($x-large) { max-width: $x-large;