Commit bce36ae0 authored by Mark Otto's avatar Mark Otto
Browse files

narrow homepage grid cols

parent c6d6135e
Showing with 3 additions and 3 deletions
+3 -3
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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);
}
}
}
......
Supports Markdown
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