aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-07 23:01:20 -0800
committerMark Otto <[email protected]>2014-11-07 23:01:20 -0800
commit8fbb2bbbd17449205339553ffdcf8e87c4354630 (patch)
tree9661aa58e59d8024a9472be43fb26ba82e03dc3f /less
parent2862c30320e8a1c0499f4bd83141e0c6cd959f1e (diff)
downloadbootstrap-8fbb2bbbd17449205339553ffdcf8e87c4354630.tar.xz
bootstrap-8fbb2bbbd17449205339553ffdcf8e87c4354630.zip
Fixes #14979: Override .jumbotron padding within .container-fluid to match .container
Diffstat (limited to 'less')
-rw-r--r--less/jumbotron.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 9d1e29028..340d4a372 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -35,7 +35,8 @@
@media screen and (min-width: @screen-sm-min) {
padding: (@jumbotron-padding * 1.6) 0;
- .container & {
+ .container &,
+ .container-fluid & {
padding-left: (@jumbotron-padding * 2);
padding-right: (@jumbotron-padding * 2);
}