This commit is contained in:
mco-system
2023-04-07 18:56:42 +11:00
parent fdc32df32a
commit cabdaca639
2 changed files with 78 additions and 68 deletions

View File

@@ -57,6 +57,14 @@ span.place {
display: flex;
flex-direction: line;
justify-content: flex-start;
align-items: start;
background-color: red;
}
#content_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}