9 lines
110 B
SCSS
Raw Normal View History

2020-07-28 12:46:59 -05:00
.mobile-view {
.product-list {
flex-flow: column nowrap;
.product {
width: unset;
}
}
}