Commit d2e03491 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #13777 from BBosman/fix-gutter

Fix gutter variable
parents 4aca4cf8 c6c80930
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
.container-fixed(@gutter: @grid-gutter-width) { .container-fixed(@gutter: @grid-gutter-width) {
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: (@grid-gutter-width / 2); padding-left: (@gutter / 2);
padding-right: (@grid-gutter-width / 2); padding-right: (@gutter / 2);
&:extend(.clearfix all); &:extend(.clearfix all);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment