Fix menu RWD

This commit is contained in:
2026-02-12 11:52:34 +01:00
parent 23ed184577
commit b51244c1d6
3 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3663,8 +3663,10 @@ ul.pager {
background: #fff;
width: 100%;
max-width: 800px;
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
box-shadow:
0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 13px 19px 2px rgba(0, 0, 0, 0.14),
0 5px 24px 4px rgba(0, 0, 0, 0.12);
max-height: 100%;
.shop-alert-title {
@@ -5385,7 +5387,7 @@ ul.pager {
border-radius: 10px;
li {
@include respond-above(md) {
@include respond-below(md) {
// width: calc(100% / 4);
width: 100%;
}