Fix mobile nav: wrap menu items on small screens
This commit is contained in:
@@ -388,6 +388,9 @@ const isHome = currentPath === '/';
|
|||||||
/* === RESPONSIVE HELPERS === */
|
/* === RESPONSIVE HELPERS === */
|
||||||
@media (max-width: 960px) {
|
@media (max-width: 960px) {
|
||||||
.d-placing { width: 95%; }
|
.d-placing { width: 95%; }
|
||||||
|
.d-menu { flex-wrap: wrap; justify-content: center; gap: 2px; display: flex; list-style: none; }
|
||||||
|
.d-menu li { margin: 0; float: none; padding-right: 8px; }
|
||||||
|
.d-menu .menu-item { font-size: 12px; padding: 4px 6px; }
|
||||||
.d-footer .left, .d-footer .right { float: none; width: 100%; }
|
.d-footer .left, .d-footer .right { float: none; width: 100%; }
|
||||||
.product-content .right { width: 100%; }
|
.product-content .right { width: 100%; }
|
||||||
.product-content .left { width: 100%; }
|
.product-content .left { width: 100%; }
|
||||||
|
|||||||
Reference in New Issue
Block a user