mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-15 07:54:55 +00:00
9 lines
110 B
SCSS
9 lines
110 B
SCSS
.mobile-view {
|
|
.product-list {
|
|
flex-flow: column nowrap;
|
|
.product {
|
|
width: unset;
|
|
}
|
|
}
|
|
}
|