narrow homepage grid cols

This commit is contained in:
Mark Otto 2015-08-17 00:12:20 -07:00
parent c6d6135e26
commit bce36ae026
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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);
}
}
}