2020-07-28 12:46:59 -05:00

9 lines
110 B
SCSS

.mobile-view {
.product-list {
flex-flow: column nowrap;
.product {
width: unset;
}
}
}