modifs de .flexbox-v et .flexbox-h

This commit is contained in:
raphaelgoettter 2015-03-06 16:22:20 +01:00
parent fbd1d829d5
commit 95e8334fee
5 changed files with 34 additions and 25 deletions

View file

@ -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 {