From 3665e662451b881242c204fa4d2f98b33cedcc91 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:59:49 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index e00b3fa..d273606 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -93,7 +93,8 @@ img.logo { #navbar_wrapper { position: fixed; bottom: 0; - margin: 1em 0 0 0; + margin-top: 1e; + padding-bottom: 1em; display: flex; flex-direction: row; justify-content: center;