From 1fd751171ebe34cc345668b9539a6e2bfd0c70f5 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:29:11 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 4 ++-- src/thsf/templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index bd85f38..e0d3d06 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -53,12 +53,12 @@ span.place { font-family: pfdintextcomppromedium; } -#content_wrapper { +/* #content_wrapper { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; -} +} */ #main_wrapper { display: flex; diff --git a/src/thsf/templates/index.html b/src/thsf/templates/index.html index c568b42..f6963b8 100644 --- a/src/thsf/templates/index.html +++ b/src/thsf/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -
+
-
+ {% endblock %}