From 56724dd166ad6761a1d77a84258f16339a63e3b5 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 11:20:04 +1100 Subject: [PATCH] wip: colors --- 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 b599c6b..a545279 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -87,7 +87,7 @@ a:hover { margin-bottom: 5em; } -#center_wrapper { +#center_wrapper, #header_wrapper { display: flex; flex-direction: column; justify-content: flex-start;