diff options
author | Ben Burwell <ben@benburwell.com> | 2015-05-11 16:59:21 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-05-11 16:59:21 -0400 |
commit | ea2ce92242db58fdbf0319192deb2821eef74a06 (patch) | |
tree | 8abffb4d4a9517431c6516cdab641b3294998690 /_sass/_typography.scss | |
parent | de8f745817684a3cccbdaa0c17286792f07cbd24 (diff) | |
parent | 4ead5d2173d31e914ae7434872270d18c23f2cbf (diff) |
Merge pull request #4 from benburwell/updates
Updates
Diffstat (limited to '_sass/_typography.scss')
-rw-r--r-- | _sass/_typography.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/_sass/_typography.scss b/_sass/_typography.scss index aa0e6b2..fedcdb2 100644 --- a/_sass/_typography.scss +++ b/_sass/_typography.scss @@ -1,8 +1,7 @@ body { - line-height: 1.8; + line-height: 2.2; } - h1, h2, h3, h4, h5, h6 { font-family: $sans; font-weight: 200; @@ -11,8 +10,8 @@ h1, h2, h3, h4, h5, h6 { h1 { font-size: 2rem; - margin-top: 1rem; - margin-bottom: 1rem; + margin-top: 2.5rem; + margin-bottom: 1.5rem; } h2 { |