diff options
| author | Mark Otto <[email protected]> | 2013-08-19 08:51:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 08:51:25 -0700 |
| commit | a9297c7ad2b53014ff5111824646879776535fa2 (patch) | |
| tree | ee608d034d10c55eb9e98c4ccc2e513b60ce984e /less | |
| parent | 7e82ceb53398968b8ce892d93639097d20bf78d6 (diff) | |
| download | bootstrap-a9297c7ad2b53014ff5111824646879776535fa2.tar.xz bootstrap-a9297c7ad2b53014ff5111824646879776535fa2.zip | |
save and recompile for that last commit
Diffstat (limited to 'less')
| -rw-r--r-- | less/jumbotron.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less index 0857f2179..8f482af52 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -4,8 +4,8 @@ .jumbotron { - padding: 30px; - margin-bottom: 30px; + padding: @jumbotron-padding; + margin-bottom: @jumbotron-padding; font-size: (@font-size-base * 1.5); font-weight: 200; line-height: (@line-height-base * 1.5); @@ -25,12 +25,12 @@ } @media screen and (min-width: @screen-tablet) { - padding-top: 50px; - padding-bottom: 50px; + padding-top: (@jumbotron-padding * 1.6); + padding-bottom: (@jumbotron-padding * 1.6); .container & { - padding-left: 60px; - padding-right: 60px; + padding-left: (@jumbotron-padding * 2); + padding-right: (@jumbotron-padding * 2); } h1 { |
