This commit is contained in:
mco-system
2023-04-07 19:52:43 +11:00
parent 75c21087f3
commit 617a049307
2 changed files with 74 additions and 75 deletions

View File

@@ -66,6 +66,7 @@ span.place {
justify-content: center;
align-items: flex-start;
align-content: flex-start;
margin-bottom: 5em;
}
#center_wrapper {
@@ -89,11 +90,13 @@ img.logo {
width: inherit;
}
#left_navbar_wrapper, #right_navbar_wrapper {
#navbar_wrapper {
position: fixed;
bottom: 0;
margin: 1em;
display: flex;
flex-direction: column;
justify-content: flex-start;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 2em;
}