From 5ce6f380e62d13cd1524929d0510449b361c6321 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Wed, 25 Aug 2021 19:11:51 +0200 Subject: [PATCH] Half padding of header and footer --- static/css/general.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/general.css b/static/css/general.css index b273848..abf7c9b 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -16,11 +16,11 @@ header, footer { } header { - padding-bottom: 2rem; + padding-bottom: 1rem; } footer { - padding-top: 2rem; + padding-top: 1rem; } .globalnav{