aboutsummaryrefslogtreecommitdiff
path: root/less/jumbotron.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/jumbotron.less')
-rw-r--r--less/jumbotron.less5
1 files changed, 1 insertions, 4 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 39bec9be6..ca51b481a 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -18,13 +18,10 @@
p {
line-height: 1.4;
}
-}
-@media screen and (min-width: @screen-tablet) {
- .jumbotron {
+ @media screen and (min-width: @screen-tablet) {
padding: 50px 60px;
border-radius: @border-radius-large; // Only round corners at higher resolutions
-
h1 {
font-size: (@font-size-base * 4.5);
}