mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 14:00:42 +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;
|
|
}
|
|
}
|
|
}
|