mobile da imagem availibility

This commit is contained in:
Ueber James Santos 2023-02-08 20:26:24 -03:00
parent 1b6e7b4213
commit d0f1ff1f19
2 changed files with 14 additions and 6 deletions

View File

@ -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%;

View File

@ -10,12 +10,12 @@
}
// @include mq (md, max) {
// display: block;
// .stretchChildrenWidth {
// width: 100% !important;
// }
// }
@include mq (md, max) {
display: block;
.stretchChildrenWidth {
width: 100% !important;
}
}
}