forked from deepStateMirrors/tabi
🐛 fix: make navbar width and margin same as content
This commit is contained in:
parent
32d4a9358c
commit
1c1e124115
1 changed files with 1 additions and 7 deletions
|
@ -77,16 +77,10 @@ header {
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
.navbar {
|
.navbar {
|
||||||
max-width: 100%;
|
max-width: var(--normal-layout-width);
|
||||||
justify-content: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-title {
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-navs {
|
.nav-navs {
|
||||||
margin: 0 auto;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue