]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
custom padding on homepage
authorMark Otto <markdotto@gmail.com>
Mon, 17 Aug 2015 01:11:23 +0000 (18:11 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 17 Aug 2015 01:11:23 +0000 (18:11 -0700)
docs/assets/scss/_homepage.scss

index 207bab42dcb52d645dd0c2f3628c8747706512b1..714935f8cde342dd533cec0dd0a6462a8d95dc7f 100644 (file)
   .highlight {
     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 {