From 12f4bb62103c8561adc03e18cb5b9d05f18e0359 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 18:59:16 +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 bdffce1..09d2a64 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -58,7 +58,6 @@ span.place { flex-direction: line; justify-content: flex-start; align-items: start; - background-color: red; } #content_wrapper { @@ -90,6 +89,8 @@ img.logo { } #left_navbar_wrapper, #right_navbar_wrapper { + margin-top: 10px; + position: fixed; display: flex; flex-direction: column; justify-content: flex-start;