From 8abfd2df4181789b67ac32c27a357e9c094f1573 Mon Sep 17 00:00:00 2001 From: mco-system Date: Thu, 6 Apr 2023 21:57:59 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 41f83ce..70db1a1 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -54,6 +54,7 @@ span.place { } #main_wrapper { + width: 40em; display: flex; flex-direction: column; justify-content: flex-start; @@ -108,9 +109,11 @@ img.logo { } #blah { - font-size: 3em; + margin-top: 2em; + font-size: 2em; font-family: pfdintextcompprothin; color: #ffffff; + width: inherit; } a {