summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/jumbotron.less
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/less/jumbotron.less')
-rw-r--r--bower_components/bootstrap/less/jumbotron.less8
1 files changed, 3 insertions, 5 deletions
diff --git a/bower_components/bootstrap/less/jumbotron.less b/bower_components/bootstrap/less/jumbotron.less
index 0460b69d..a15e1697 100644
--- a/bower_components/bootstrap/less/jumbotron.less
+++ b/bower_components/bootstrap/less/jumbotron.less
@@ -6,19 +6,17 @@
.jumbotron {
padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding;
- font-size: @jumbotron-font-size;
- font-weight: 200;
- line-height: (@line-height-base * 1.5);
color: @jumbotron-color;
background-color: @jumbotron-bg;
h1,
.h1 {
- line-height: 1;
color: @jumbotron-heading-color;
}
p {
- line-height: 1.4;
+ margin-bottom: (@jumbotron-padding / 2);
+ font-size: @jumbotron-font-size;
+ font-weight: 200;
}
.container & {