2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

tweak line-height of h2 and h3 to not be gihugeous, updated responsive to improve tablet grid and phone styles

This commit is contained in:
Mark Otto
2011-10-16 11:35:24 -07:00
parent d1d3807958
commit 6f44a90edb
6 changed files with 113 additions and 62 deletions
+2 -2
View File
@@ -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;