forked from verdnatura/salix-front
feat: refs #7323 add flex-wrap
This commit is contained in:
parent
e780dcda05
commit
e7def05d40
|
@ -9,6 +9,9 @@
|
||||||
> :deep(*) {
|
> :deep(*) {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
&[wrap] {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
.vn-row {
|
.vn-row {
|
||||||
|
|
Loading…
Reference in New Issue