From c40231c1022c009a844bb680b003365021f78956 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:14:09 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 829533c..418ae14 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -89,7 +89,7 @@ img.logo { } #left_navbar_wrapper, #right_navbar_wrapper { - margin-top: 2em; + margin: 1em 2em 0 2em; display: flex; flex-direction: column; justify-content: flex-start;