classe .flexbox responsive en tiny screen
This commit is contained in:
parent
60a64a8a13
commit
2de96ecda1
6 changed files with 16 additions and 3 deletions
|
@ -1551,6 +1551,11 @@ s,m,l,n = small, medium, large, none
|
|||
margin-right: 0 !important;
|
||||
border: 0;
|
||||
}
|
||||
.flexbox {
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
.w300p,
|
||||
.w400p,
|
||||
.w500p {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -268,6 +268,10 @@
|
|||
margin-right: 0 !important;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.flexbox {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.w300p,
|
||||
.w400p,
|
||||
|
|
|
@ -267,6 +267,10 @@
|
|||
margin-right: 0 !important;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.flexbox {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.w300p,
|
||||
.w400p,
|
||||
|
|
Loading…
Reference in a new issue