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/
*/

View file

@ -21,7 +21,6 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-left: -$gutter;
}