We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809901d commit af53d56Copy full SHA for af53d56
app/assets/stylesheets/better_together/navigation.scss
@@ -195,3 +195,12 @@ table.nav-items-table tr.navigation_item_children > td > table {
195
right: auto !important;
196
}
197
198
+/* Mobile: full width, aligned to screen edges */
199
+@media (max-width: 576px) {
200
+ .dropdown-menu-center {
201
+ max-width: 75vw !important;
202
+ left: 0 !important;
203
+ transform: translateX(-43%) !important;
204
+ }
205
+}
206
+
0 commit comments