Skip to content

Commit 6f07be4

Browse files
committed
Navbar: burger right-align on mobile, scope brand absolute positioning away from sidebar
1 parent 83461c3 commit 6f07be4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/css/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ a.menu__link:active {
556556
position: relative;
557557
}
558558

559-
.navbar__brand {
559+
.navbar__inner .navbar__brand {
560560
position: absolute;
561561
left: 0;
562562
top: 50%;
@@ -568,6 +568,12 @@ a.menu__link:active {
568568
justify-content: center;
569569
}
570570

571+
@media (max-width: 996px) {
572+
.theme-layout-navbar-left {
573+
justify-content: flex-end;
574+
}
575+
}
576+
571577
.theme-layout-navbar-right {
572578
position: absolute;
573579
right: 0;

0 commit comments

Comments
 (0)