diff options
| author | Mark Otto <[email protected]> | 2015-08-04 20:19:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 20:19:19 -0700 |
| commit | 40539221f09818e6f27bacbe68e50f98bd9f4123 (patch) | |
| tree | 8a5b27f1d93c51c9d94fb5faf8591d24d1386134 | |
| parent | 39d9bc9ceaace1dcceadd1302aee25f468f5aa35 (diff) | |
| parent | ba0ea92623a5079028b744d2fda1f42a1d37ac17 (diff) | |
| download | bootstrap-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.less | 2 |
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 { |
