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(*) {
|
||||
flex: 1;
|
||||
}
|
||||
&[wrap] {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
.vn-row {
|
||||
|
|
Loading…
Reference in New Issue