🐛 fix: make navbar width and margin same as content
This commit is contained in:
parent
32d4a9358c
commit
1c1e124115
@ -77,16 +77,10 @@ header {
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.navbar {
|
||||
max-width: 100%;
|
||||
justify-content: right;
|
||||
}
|
||||
|
||||
.nav-title {
|
||||
margin: 0 auto;
|
||||
max-width: var(--normal-layout-width);
|
||||
}
|
||||
|
||||
.nav-navs {
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user