This commit is contained in:
mco-system
2023-04-07 18:49:58 +11:00
parent b24b55e455
commit f3bf59d66f
2 changed files with 78 additions and 61 deletions

View File

@@ -54,6 +54,13 @@ span.place {
}
#main_wrapper {
display: flex;
flex-direction: line;
justify-content: flex-start;
align-items: start;
}
#center_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
@@ -74,10 +81,9 @@ img.logo {
width: inherit;
}
#navbar_wrapper {
margin-top: 1em;
#let_navbar_wrapper, #right_navbar_wrapper {
display: flex;
flex-direction: line;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: 2em;