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;
|
||||
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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user