From 75c21087f32b5b0691d3a3cc99ff29e5c8fecc7e Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:44:57 +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 cf97517..212ef5c 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -90,7 +90,7 @@ img.logo { } #left_navbar_wrapper, #right_navbar_wrapper { - margin: 1em 2em 0 2em; + margin: 1em; display: flex; flex-direction: column; justify-content: flex-start;