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