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 %}