From f75d3cfa28169bcdc45a4b346230de2bbf1470ce Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Mon, 30 Dec 2024 22:22:26 +0100 Subject: [PATCH] [FixaMinGata] Add minor margin change --- web/cobrands/fixamingata/layout.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 1d39109746a..bbb127ecb48 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -162,10 +162,6 @@ body.mappage { color: rgb(34, 34, 34); } -.content, .sticky-sidebar { - margin-bottom: 2em; -} - #front_stats { border-color: #087FA0; } @@ -181,3 +177,7 @@ body.mappage { #offline_list:empty { display: none; } + +.mysoc-footer { + margin-top: 2em; +}