beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-21 00:11:59 +11:00
Showing only changes of commit d6936514ef - Show all commits

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