wip beta
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user