diff options
| author | Mark Otto <[email protected]> | 2014-09-08 10:29:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-08 10:29:45 -0700 |
| commit | f2783fbf83fc063f85dd89af2d315ae290f7f38b (patch) | |
| tree | dbc5bd26ae3fce5d0665e317b1ceb7d7518963c1 /docs/dist/css/bootstrap.css | |
| parent | 48a1308e5dcf3fac575b74174ef07731203e335e (diff) | |
| download | bootstrap-f2783fbf83fc063f85dd89af2d315ae290f7f38b.tar.xz bootstrap-f2783fbf83fc063f85dd89af2d315ae290f7f38b.zip | |
Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container isn't interferred with by .jumbotron side padding
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 96b41aa61..24895181a 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4634,7 +4634,7 @@ a.list-group-item.active > .badge, margin-left: 3px; } .jumbotron { - padding: 30px; + padding: 30px 15px; margin-bottom: 30px; color: inherit; background-color: #eee; @@ -4660,8 +4660,7 @@ a.list-group-item.active > .badge, } @media screen and (min-width: 768px) { .jumbotron { - padding-top: 48px; - padding-bottom: 48px; + padding: 48px 0; } .container .jumbotron { padding-right: 60px; |
