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

custom padding on homepage

parent 18cbb7d6
Showing with 9 additions and 0 deletions
+9 -0
...@@ -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 {
......
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