modifs flexbox

This commit is contained in:
Raphael Goetter 2015-03-07 14:36:58 +01:00
parent 0a5454669c
commit add79db625
6 changed files with 50 additions and 168 deletions

View file

@ -128,3 +128,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
.flexitem-last {
order : 1;
}
.flexitem-center {
margin: auto;
}