Commit bce36ae0 authored by Mark Otto's avatar Mark Otto

narrow homepage grid cols

parent c6d6135e
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
......@@ -142,10 +142,10 @@
@include media-breakpoint-up(md) {
.col-sm-6:first-child {
padding-right: ($grid-gutter-width * 2);
padding-right: ($grid-gutter-width * 1.5);
};
.col-sm-6:last-child {
padding-left: ($grid-gutter-width * 2);
padding-left: ($grid-gutter-width * 1.5);
}
}
}
......
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