From 8a82fab4f53e32edab11660d39f4f466026d74d6 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 10:45:26 +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 2daa63c..7d2c795 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; }