forked from M3-Academy/challenge-vtex-io
24 lines
422 B
SCSS
24 lines
422 B
SCSS
.flexRowContent {
|
|
padding: 0;
|
|
margin: 0;
|
|
column-gap: 32px;
|
|
}
|
|
|
|
.stretchChildrenWidth {
|
|
padding: 0;
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
.flexCol--stack-layout-content {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.flexRowContent--product-main-content {
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
display: grid;
|
|
grid-template-columns: 48.819% 48.819%;
|
|
}
|
|
}
|