From f2783fbf83fc063f85dd89af2d315ae290f7f38b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 8 Sep 2014 10:29:45 -0700 Subject: Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container isn't interferred with by .jumbotron side padding --- docs/dist/css/bootstrap.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3