grids : overflow-x --> overflow

This commit is contained in:
raphaelgoetter 2013-09-03 13:01:13 +02:00
parent 625fc83418
commit c4e527e513
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
/* grids inspired from SUIT https://github.com/suitcss/suit */
.grid {overflow-x: hidden;}
.grid {overflow: hidden;}
.grid > * {
display: block;
padding: 0;