discourse-subscriptions/assets/stylesheets/mobile/main.scss

9 lines
110 B
SCSS
Raw Normal View History

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