challenge-vtex-io-izabela-b.../styles/sass/pages/product/vtex.tab-layout.scss

23 lines
374 B
SCSS
Raw Normal View History

2023-02-10 01:54:10 +00:00
2023-02-07 02:36:56 +00:00
.listContainer {
display: flex;
justify-content: space-evenly;
2023-02-10 01:54:10 +00:00
border-bottom: 1px solid #b9b9b9;
@media screen and (max-width: 1024px) {
flex-direction: column;
}
}
.contentItem {
display: flex;
padding: 62px 52px;
display: flex;
flex-direction: row-reverse;
@media screen and (max-width: 1024px) {
flex-direction: column-reverse;
}
2023-02-07 02:36:56 +00:00
}