diff options
| author | Mark Otto <[email protected]> | 2013-08-18 21:49:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 21:49:05 -0700 |
| commit | e2938734849403ffc13366ca47db01fc7131aa17 (patch) | |
| tree | d35da93f578e4a1b43d2fb43ad4f53dfd5f5cfc8 /less/type.less | |
| parent | 140f6d3bdced56147038e55493bd49eea01ca2b9 (diff) | |
| download | bootstrap-e2938734849403ffc13366ca47db01fc7131aa17.tar.xz bootstrap-e2938734849403ffc13366ca47db01fc7131aa17.zip | |
smaller h1 and h2
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 3fa558f7a..c40a89106 100644 --- a/less/type.less +++ b/less/type.less @@ -72,8 +72,8 @@ h6 { margin-bottom: (@line-height-computed / 2); } -h1, .h1 { font-size: ceil(@font-size-base * 2.70); } // ~38px -h2, .h2 { font-size: ceil(@font-size-base * 2.25); } // ~32px +h1, .h1 { font-size: floor(@font-size-base * 2.60); } // ~36px +h2, .h2 { font-size: floor(@font-size-base * 2.15); } // ~30px h3, .h3 { font-size: ceil(@font-size-base * 1.70); } // ~24px h4, .h4 { font-size: ceil(@font-size-base * 1.25); } // ~18px h5, .h5 { font-size: @font-size-base; } |
