Commit e0697094 authored by Mark Otto's avatar Mark Otto

Fixes #13616: Add custom gutter support to containers

parent 0a3fe8c7
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -3,7 +3,7 @@
// Generate semantic grid columns with these mixins.
// Centered container element
.container-fixed() {
.container-fixed(@gutter: @grid-gutter-width) {
margin-right: auto;
margin-left: auto;
padding-left: (@grid-gutter-width / 2);
......
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