From ab50435291d929b66ea82cd4a57d87534bbcd2e4 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 10:59:07 +1100 Subject: [PATCH] wip: colors --- src/thsf/static/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 1a1f1fe..f48a16a 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -104,7 +104,6 @@ a:hover { #header { text-align: center; - margin-bottom: -2em; font-size: 9.75em; font-weight: bold; } @@ -147,12 +146,12 @@ a:hover { font-size: 2em; font-family: pfdintextcompprothin; color: var(--main-color); - width: 25em; + width: 15em; text-align:justify; text-justify:inter-word; } -#blah > p { +#blah > p, blah.h2 { margin-top: 1em; }