mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
9 lines
111 B
SCSS
Vendored
9 lines
111 B
SCSS
Vendored
.mobile-view {
|
|
.product-list {
|
|
flex-flow: column nowrap;
|
|
|
|
.product {
|
|
width: unset;
|
|
}
|
|
}
|
|
}
|