center desktop-nav-secondary at viewport width 579px

This commit is contained in:
sefaria
2026-06-29 23:54:24 +02:00
parent 66126653ee
commit e189c16149
+25 -1
View File
@@ -969,7 +969,31 @@ footer a:visited {
} }
.menu-toggle { .menu-toggle {
display: inline-block; display: inline-block;
justify-self: end;
min-height: 52px;
}
.menu-bar {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
}
.menu-left {
justify-self: start;
}
.menu-right {
display: contents;
}
.desktop-nav-secondary {
justify-self: center;
}
.desktop-nav-secondary ul {
justify-content: center;
} }
} }