mobile da imagem availibility
This commit is contained in:
parent
1b6e7b4213
commit
d0f1ff1f19
@ -16,6 +16,14 @@
|
|||||||
.flexRowContent--product-main .stretchChildrenWidth {
|
.flexRowContent--product-main .stretchChildrenWidth {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 1024px) {
|
||||||
|
.flexRowContent--product-main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.flexRowContent--product-main .stretchChildrenWidth {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.flexRow--size-buy-button {
|
.flexRow--size-buy-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -10,12 +10,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// @include mq (md, max) {
|
@include mq (md, max) {
|
||||||
// display: block;
|
display: block;
|
||||||
// .stretchChildrenWidth {
|
.stretchChildrenWidth {
|
||||||
// width: 100% !important;
|
width: 100% !important;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user