challenge-vtex-io-emmanuelv.../styles/css/vtex.flex-layout.css

34 lines
788 B
CSS
Raw Normal View History

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.flexRow--description :global(.vtex-store-components17-x-container) {
padding-left: 0 !important;
padding-right: 0 !important;
width: 100% !important;
max-width: 94.4444444444% !important;
background-color: red;
}
.flexRowContent--description {
gap: 32px;
}
@media (min-width: 1920px) {
.flexRowContent--description .stretchChildrenWidth {
width: unset !important;
}
}
@media (max-width: 1024px) {
.flexRowContent--description {
display: flex;
flex-direction: column;
}
.flexRowContent--description .stretchChildrenWidth {
width: unset !important;
}
}