From 63130437153e5f21f2daf86b348fb8b719abf98f Mon Sep 17 00:00:00 2001 From: mco-system Date: Fri, 7 Apr 2023 19:39:55 +1100 Subject: [PATCH] wip beta --- src/thsf/static/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 3481f80..9dde00c 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -64,9 +64,9 @@ span.place { display: flex; flex-direction: row; justify-content: center; - /* align-items: flex-start; + align-items: flex-start; align-content: flex-start; - height: 100vh; */ + height: 100vh; } #center_wrapper { @@ -74,7 +74,6 @@ span.place { flex-direction: column; justify-content: flex-start; align-items: center; - flex-grow: 10; overflow: auto; }