From b7057f2f49e0ff5bdcef868ba1b7656f5cc6db36 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 25 Nov 2020 10:04:31 +0100 Subject: [PATCH] Fix footer bug in Chrome --- client/src/styles/_default-layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/styles/_default-layout.scss b/client/src/styles/_default-layout.scss index 8817be06..e01d12a1 100644 --- a/client/src/styles/_default-layout.scss +++ b/client/src/styles/_default-layout.scss @@ -61,7 +61,6 @@ // this margin, and we don't want to set it on every content element. And we don't want to set it on // the content element, for if there's no footer. margin-top: 3*$large-spacing; - margin-bottom: -3*$large-spacing; padding: 0 $small-spacing;