fix
This commit is contained in:
parent
38be7212d0
commit
5c1fe3e5a5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
.grid > * > * { /* global styles for each "cell" */
|
||||
display: inline-block;
|
||||
padding-left: -@gutter; /* gutter value */
|
||||
padding-left: @gutter; /* gutter value */
|
||||
margin-left: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue