diff --git a/less/jumbotron.less b/less/jumbotron.less index 93036d3c95..fb4415bdc3 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -44,7 +44,7 @@ h1, .h1 { - font-size: (@font-size-base * 4.5); + font-size: @jumbotron-heading-font-size; } } } diff --git a/less/variables.less b/less/variables.less index b5fb9d02cf..dd3c102ab1 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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