From 106a4595b85846fa436212f3fb0536bba69d6842 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 11:26:11 +1100 Subject: [PATCH] wip: colors --- src/thsf/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index a545279..a7439a3 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -95,6 +95,10 @@ a:hover { } #header { + display: flex; + flex-direction: row; + justify-content: center; + gap: 0; text-align: center; font-size: 9.75em; font-weight: bold;