aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-16 11:35:24 -0700
committerMark Otto <[email protected]>2011-10-16 11:35:24 -0700
commit6f44a90edbfc897082dd69630983391bf6e57ba7 (patch)
tree7e77fa244780c87c552dc5cb2587c0f97ad8c96c /lib/type.less
parentd1d38079589f2cda2b28cc9f5a3da86cbfabbf25 (diff)
downloadbootstrap-6f44a90edbfc897082dd69630983391bf6e57ba7.tar.xz
bootstrap-6f44a90edbfc897082dd69630983391bf6e57ba7.zip
tweak line-height of h2 and h3 to not be gihugeous, updated responsive to improve tablet grid and phone styles
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/type.less b/lib/type.less
index 4232a24df..7cf9e6ccd 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -38,13 +38,13 @@ h1 {
}
h2 {
font-size: 24px;
- line-height: @baseLineHeight * 2;
+ line-height: @baseLineHeight * 1.5;
small {
font-size: 14px;
}
}
h3 {
- line-height: @baseLineHeight * 2;
+ line-height: @baseLineHeight * 1.5;
font-size: 18px;
small {
font-size: 14px;