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 {