aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/jumbotron.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 22c29780a..4b0bf220d 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -24,6 +24,10 @@
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
}
+ .container {
+ max-width: 100%;
+ }
+
@media screen and (min-width: @screen-sm-min) {
padding-top: (@jumbotron-padding * 1.6);
padding-bottom: (@jumbotron-padding * 1.6);