suppression de l'alignement par défaut des grilles

This commit is contained in:
raphaelgoettter 2015-05-25 12:13:28 +02:00
parent 665e0fefff
commit 2d086529fc
10 changed files with 12 additions and 13 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.2.0 (05 mai 2015) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.2.1 (25 mai 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
@ -708,9 +708,6 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-left: -1em;
}
[class*="grid-"] > * {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long