Commit 053853a4 authored by Mark Otto's avatar Mark Otto

custom padding on homepage

parent 18cbb7d6
...@@ -139,6 +139,15 @@ ...@@ -139,6 +139,15 @@
.highlight { .highlight {
text-align: left; text-align: left;
} }
@include media-breakpoint-up(md) {
.col-sm-6:first-child {
padding-right: ($grid-gutter-width * 2);
};
.col-sm-6:last-child {
padding-left: ($grid-gutter-width * 2);
}
}
} }
.bd-featurette-title { .bd-featurette-title {
......
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