mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-12 08:58:36 +08:00
14 lines
186 B
SCSS
14 lines
186 B
SCSS
.index-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
@media (max-width: $mobile-max-width) {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.index-column {
|
|
flex: 1 1 33%;
|
|
}
|
|
}
|