Skip to content

Commit

Permalink
Merge pull request #16089 from max-b/jumbotron-font-size
Browse files Browse the repository at this point in the history
Jumbotron: Putting heading font size in variables to allow for easier overrides
  • Loading branch information
cvrebert committed Mar 26, 2015
2 parents 087c68b + 9558211 commit cf0f321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion less/jumbotron.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

h1,
.h1 {
font-size: (@font-size-base * 4.5);
font-size: @jumbotron-heading-font-size;
}
}
}
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@
@jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit;
@jumbotron-font-size: ceil((@font-size-base * 1.5));
@jumbotron-heading-font-size: ceil((@font-size-base * 4.5));


//== Form states and alerts
Expand Down

0 comments on commit cf0f321

Please sign in to comment.