diff options
| author | Mark Otto <[email protected]> | 2014-11-07 23:01:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-07 23:01:20 -0800 |
| commit | 8fbb2bbbd17449205339553ffdcf8e87c4354630 (patch) | |
| tree | 9661aa58e59d8024a9472be43fb26ba82e03dc3f /less | |
| parent | 2862c30320e8a1c0499f4bd83141e0c6cd959f1e (diff) | |
| download | bootstrap-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.less | 3 |
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); } |
