1
0
mirror of synced 2026-08-05 14:47:03 +00:00
Files
discourse-subscriptions/assets/stylesheets/mobile/main.scss
2020-07-28 12:46:59 -05:00

9 lines
110 B
SCSS

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