From 43450f776834827feef89495a0153fd1702a629e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jul 2014 09:04:10 -0700 Subject: simplify jumbotron styles, rem-ify padding --- less/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index 27973d61b..862f585c9 100644 --- a/less/variables.less +++ b/less/variables.less @@ -439,11 +439,11 @@ // //## -@jumbotron-padding: 30px; +@jumbotron-padding: 2rem; @jumbotron-color: inherit; @jumbotron-bg: @gray-lighter; @jumbotron-heading-color: inherit; -@jumbotron-font-size: ceil((@font-size-base * 1.5)); +// @jumbotron-font-size: ceil((@font-size-base * 1.5)); //== Form states and alerts -- cgit v1.2.3