grid bug fix

This commit is contained in:
Raphael Goetter 2014-05-07 09:34:43 +02:00
parent 2d50f65965
commit 1feeba046b
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
.grid > * > * {
/* global styles for each "cell" */
display: inline-block;
padding-left: -20px;
padding-left: 20px;
/* gutter value */
margin-left: 0;
vertical-align: top;