summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-11-24 18:28:55 -0500
committerThomas Park <thomas@thomaspark.co>2015-11-24 18:28:55 -0500
commit3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc (patch)
tree693196431854c805677a065c4e8f31abc7f19c19 /bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss
parentffda96bcf751dee3c70d66507de349bdb2220224 (diff)
update bootstrap to 3.3.6
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss')
-rw-r--r--bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss
index 439d23de..a27da473 100644
--- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss
+++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss
@@ -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 {