From 8001dd34f351e926526bd8256ad131514bd8f0d4 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 10:56:24 +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 f770b06..1a1f1fe 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: -2em; font-size: 9.75em; font-weight: bold; }