mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 17:08:41 +03:00
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
|
|
.swiper-grid > .swiper-wrapper {
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
.swiper-grid-column > .swiper-wrapper {
|
||
|
|
flex-wrap: wrap;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|