From 7652b54e344d27defa8441e6e9795887e234ba40 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Wed, 25 Aug 2021 18:54:12 +0200 Subject: [PATCH] Reduce padding of header and footer --- static/css/general.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/general.css b/static/css/general.css index 342791d..b273848 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -13,7 +13,14 @@ body { header, footer { text-align: center; - padding: 2rem 0; +} + +header { + padding-bottom: 2rem; +} + +footer { + padding-top: 2rem; } .globalnav{