🐛 fix: make navbar width and margin same as content
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user