From cabdaca6394d6828f6c0f52536ac4dea3ba92a7a Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 18:56:42 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 8 ++ src/thsf/templates/index.html | 138 +++++++++++++++++----------------- 2 files changed, 78 insertions(+), 68 deletions(-) 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 %}
-
- - - - -
-
-
-