mobile da imagem availibility
This commit is contained in:
parent
1b6e7b4213
commit
d0f1ff1f19
@ -16,6 +16,14 @@
|
||||
.flexRowContent--product-main .stretchChildrenWidth {
|
||||
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 {
|
||||
width: 100%;
|
||||
|
@ -10,12 +10,12 @@
|
||||
}
|
||||
|
||||
|
||||
// @include mq (md, max) {
|
||||
// display: block;
|
||||
// .stretchChildrenWidth {
|
||||
// width: 100% !important;
|
||||
// }
|
||||
// }
|
||||
@include mq (md, max) {
|
||||
display: block;
|
||||
.stretchChildrenWidth {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user