challenge-vtex-io/styles/sass/pages/product/vtex.slider-layout.scss

11 lines
172 B
SCSS
Raw Normal View History

2023-02-10 14:58:13 +00:00
// .sliderLayoutContainer--carousel {
// padding: ;
// }
2023-02-10 14:58:13 +00:00
@media (min-width:768px) and (max-width:1024px) {
.sliderLayoutContainer--carousel {
padding: 24px 62px;
}
}