This commit is contained in:
mco-system 2023-04-07 19:39:55 +11:00
parent 1dae0b9e0f
commit 6313043715
1 changed files with 2 additions and 3 deletions

View File

@ -64,9 +64,9 @@ span.place {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
/* align-items: flex-start; align-items: flex-start;
align-content: flex-start; align-content: flex-start;
height: 100vh; */ height: 100vh;
} }
#center_wrapper { #center_wrapper {
@ -74,7 +74,6 @@ span.place {
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
flex-grow: 10;
overflow: auto; overflow: auto;
} }