modifs de .flexbox-v et .flexbox-h
This commit is contained in:
parent
fbd1d829d5
commit
95e8334fee
5 changed files with 34 additions and 25 deletions
|
@ -103,14 +103,14 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
|||
*/
|
||||
|
||||
.flexbox,
|
||||
.flexbox-v {
|
||||
.flexbox-h {
|
||||
display : flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.flexbox-h {
|
||||
flex-direction: row;
|
||||
.flexbox-v {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexitem-fluid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue