From 64e0cc290cb370b8b2cc5fbaa1c9a9d7a605b834 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:58:51 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index dfdd91f..e00b3fa 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -67,7 +67,6 @@ span.place { align-items: flex-start; align-content: flex-start; margin-bottom: 5em; - padding-bottom: 5em; } #center_wrapper { @@ -94,7 +93,7 @@ img.logo { #navbar_wrapper { position: fixed; bottom: 0; - margin: 1em; + margin: 1em 0 0 0; display: flex; flex-direction: row; justify-content: center;