We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83461c3 commit 6f07be4Copy full SHA for 6f07be4
1 file changed
src/css/custom.css
@@ -556,7 +556,7 @@ a.menu__link:active {
556
position: relative;
557
}
558
559
-.navbar__brand {
+.navbar__inner .navbar__brand {
560
position: absolute;
561
left: 0;
562
top: 50%;
@@ -568,6 +568,12 @@ a.menu__link:active {
568
justify-content: center;
569
570
571
+@media (max-width: 996px) {
572
+ .theme-layout-navbar-left {
573
+ justify-content: flex-end;
574
+ }
575
+}
576
+
577
.theme-layout-navbar-right {
578
579
right: 0;
0 commit comments