From 6cedf2155cbd22f4f86e6e89cdd056de406368af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 28 Sep 2021 22:24:07 +0200 Subject: [PATCH] theme: add more space between content and footer #92 --- static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 43f41ec39e..41754ba81a 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1203,6 +1203,10 @@ option { display: block !important; } +#body footer.footline{ + margin-top: 2rem; +} + @media print { /* in print mode show footer line to signal reader the end of document */