Skip to content

Commit

Permalink
Fix gutter variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BBosman committed Jun 10, 2014
1 parent 4aca4cf commit c6c8093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/mixins/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
.container-fixed(@gutter: @grid-gutter-width) {
margin-right: auto;
margin-left: auto;
padding-left: (@grid-gutter-width / 2);
padding-right: (@grid-gutter-width / 2);
padding-left: (@gutter / 2);
padding-right: (@gutter / 2);
&:extend(.clearfix all);
}

Expand Down

0 comments on commit c6c8093

Please sign in to comment.