From eb319f9a5c4ad6e8b97c4655d9942547a22a7494 Mon Sep 17 00:00:00 2001 From: Akron Date: Thu, 21 Nov 2024 11:23:29 +0100 Subject: [PATCH] Remove the excessive padding from the main bottom Change-Id: I872d1785e07c01d54abe33dc146d3389a86f7441 --- dev/scss/main/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/scss/main/main.scss b/dev/scss/main/main.scss index bb64ac02..2e671132 100644 --- a/dev/scss/main/main.scss +++ b/dev/scss/main/main.scss @@ -24,7 +24,6 @@ main { padding: 0 $standard-size-and-spacing; - padding-bottom: $footer-height + math.div($standard-margin, 2); // margin: { // left: $standard-margin;