Commit 9558211c authored by Maxb's avatar Maxb
Browse files

Jumbotron: Putting heading font size in variables to allow for easier overrides.

parent f5250d0a
Showing with 2 additions and 1 deletion
+2 -1
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
h1, h1,
.h1 { .h1 {
font-size: (@font-size-base * 4.5); font-size: @jumbotron-heading-font-size;
} }
} }
} }
...@@ -484,6 +484,7 @@ ...@@ -484,6 +484,7 @@
@jumbotron-bg: @gray-lighter; @jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit; @jumbotron-heading-color: inherit;
@jumbotron-font-size: ceil((@font-size-base * 1.5)); @jumbotron-font-size: ceil((@font-size-base * 1.5));
@jumbotron-heading-font-size: ceil((@font-size-base * 4.5));
//== Form states and alerts //== Form states and alerts
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment