From abe98b67d4b9663eabd75f5ddec861635014d6d1 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 10:54:54 +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 e0ec976..f770b06 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -104,7 +104,7 @@ a:hover { #header { text-align: center; - /* margin-bottom: -3em; */ + margin-bottom: -3em; font-size: 9.75em; font-weight: bold; }