From 069fc6853cda49bc4dbea50424a0f04a8aaa74f9 Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:31:00 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index e0d3d06..1b571c0 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -63,7 +63,7 @@ span.place { #main_wrapper { display: flex; flex-direction: line; - justify-content: flex-start; + justify-content: center; align-items: start; height: 100vh; }