diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 12099d8..bdffce1 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -57,6 +57,14 @@ span.place { display: flex; flex-direction: line; justify-content: flex-start; + align-items: start; + background-color: red; +} + +#content_wrapper { + display: flex; + flex-direction: column; + justify-content: flex-start; align-items: center; } diff --git a/src/thsf/templates/index.html b/src/thsf/templates/index.html index f9bf4df..08e80b3 100644 --- a/src/thsf/templates/index.html +++ b/src/thsf/templates/index.html @@ -1,79 +1,81 @@ {% extends "base.html" %} {% block content %}
-
- - - - -
-
-
-