This commit is contained in:
mco-system 2023-04-07 19:34:03 +11:00
parent 069fc6853c
commit d6936514ef
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ span.place {
#main_wrapper {
display: flex;
flex-direction: line;
flex-direction: row;
justify-content: center;
align-items: start;
align-items: flex-start;
height: 100vh;
}