diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-12-27 21:22:12 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-12-27 21:22:12 -0500 |
commit | 7820b744da10884c2613de7a905ab2d93028661d (patch) | |
tree | bb202060e02370d04fd89c21e42084b7aff8fca1 /cerulean/bootstrap.css | |
parent | b83435e908a851a5357fe60fee2fcd2a1d65cf59 (diff) |
cerulean: fix header line-height, closes #541
Diffstat (limited to 'cerulean/bootstrap.css')
-rw-r--r-- | cerulean/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cerulean/bootstrap.css b/cerulean/bootstrap.css index 10bd8ca1..ecdd6627 100644 --- a/cerulean/bootstrap.css +++ b/cerulean/bootstrap.css @@ -1189,7 +1189,7 @@ h6, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; - line-height: 1.1; + line-height: 1.2; color: #317eac; } h1 small, |