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