summaryrefslogtreecommitdiff
path: root/_sass/_typography.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-11 16:59:21 -0400
committerBen Burwell <ben@benburwell.com>2015-05-11 16:59:21 -0400
commitea2ce92242db58fdbf0319192deb2821eef74a06 (patch)
tree8abffb4d4a9517431c6516cdab641b3294998690 /_sass/_typography.scss
parentde8f745817684a3cccbdaa0c17286792f07cbd24 (diff)
parent4ead5d2173d31e914ae7434872270d18c23f2cbf (diff)
Merge pull request #4 from benburwell/updates
Updates
Diffstat (limited to '_sass/_typography.scss')
-rw-r--r--_sass/_typography.scss7
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 {