Fix menu RWD
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3663,8 +3663,10 @@ ul.pager {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
|
box-shadow:
|
||||||
0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
|
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%;
|
max-height: 100%;
|
||||||
|
|
||||||
.shop-alert-title {
|
.shop-alert-title {
|
||||||
@@ -5385,7 +5387,7 @@ ul.pager {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@include respond-above(md) {
|
@include respond-below(md) {
|
||||||
// width: calc(100% / 4);
|
// width: calc(100% / 4);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user