aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-04 20:19:19 -0700
committerMark Otto <[email protected]>2015-08-04 20:19:19 -0700
commit40539221f09818e6f27bacbe68e50f98bd9f4123 (patch)
tree8a5b27f1d93c51c9d94fb5faf8591d24d1386134
parent39d9bc9ceaace1dcceadd1302aee25f468f5aa35 (diff)
parentba0ea92623a5079028b744d2fda1f42a1d37ac17 (diff)
downloadbootstrap-40539221f09818e6f27bacbe68e50f98bd9f4123.tar.xz
bootstrap-40539221f09818e6f27bacbe68e50f98bd9f4123.zip
Merge pull request #16780 from rlindner81/fix/16779
Fixes #16779: Add padding to jumbotron with outer container
-rw-r--r--less/jumbotron.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index fa80a38c6..1d9b515b3 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -28,6 +28,8 @@
.container &,
.container-fluid & {
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
+ padding-left: (@grid-gutter-width / 2);
+ padding-right: (@grid-gutter-width / 2);
}
.container {