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;