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 /dist/css/bootstrap.css | |
| parent | 140f6d3bdced56147038e55493bd49eea01ca2b9 (diff) | |
| download | bootstrap-e2938734849403ffc13366ca47db01fc7131aa17.tar.xz bootstrap-e2938734849403ffc13366ca47db01fc7131aa17.zip | |
smaller h1 and h2
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bb2ea48fc..ea2f61a9f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -500,12 +500,12 @@ h6 { h1, .h1 { - font-size: 38px; + font-size: 36px; } h2, .h2 { - font-size: 32px; + font-size: 30px; } h3, |
