From: Michael Tremer Date: Fri, 8 Jan 2021 17:20:56 +0000 (+0000) Subject: CSS: Add some space below header and above footer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac0d945effdf318f114b01a5aec7194f6c01d2d;p=ipfire.org.git CSS: Add some space below header and above footer Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index a9e5afa4..8eafb590 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -64,6 +64,7 @@ body { .header { padding-top: 5rem; + margin-bottom: $spacer; background-color: $light; } @@ -147,6 +148,7 @@ footer { .footer { margin: ($spacer * 2) 0; + padding-top: $spacer * 2; ul { @include list-unstyled(); diff --git a/src/templates/base.html b/src/templates/base.html index bd8327f4..982ce80d 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -221,8 +221,8 @@ {% block footer %}