From 6fe75ead0701a4419c5a981899c36b73e180e8c9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 4 Dec 2014 01:03:41 -0800 Subject: [PATCH] no need for .container's max-width: 100% since we use max-width now on all containers --- scss/_jumbotron.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_jumbotron.scss b/scss/_jumbotron.scss index 9b6c3b0038..f3b3520508 100644 --- a/scss/_jumbotron.scss +++ b/scss/_jumbotron.scss @@ -13,10 +13,6 @@ .container-fluid & { @include border-radius($border-radius-lg); // Only round corners at higher resolutions if contained in a container } - - .container { - max-width: 100%; - } } .jumbotron-heading {