From f097b94455c1de96f83adc8ddec29a65c7bc9c45 Mon Sep 17 00:00:00 2001 From: Joe Morgan Date: Sun, 20 Sep 2015 14:23:48 -0400 Subject: [PATCH] tweaking font stuff --- _sass/page.scss | 5 +++++ _sass/typography.scss | 1 + 2 files changed, 6 insertions(+) diff --git a/_sass/page.scss b/_sass/page.scss index 0276271..e352e1f 100755 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -268,6 +268,11 @@ $button-size: 1.5rem; @include font-rem(28); border-bottom: 1px solid lighten($black,70); } + .recent-posts { + h3{ + padding-bottom:2px; + } + } article { h2 { margin-bottom: 4px; diff --git a/_sass/typography.scss b/_sass/typography.scss index 34ff8f6..3aa2fb3 100755 --- a/_sass/typography.scss +++ b/_sass/typography.scss @@ -13,6 +13,7 @@ h1, h2, h3, h4, h5, h6 { } h1 { @include font-size(32); + line-height:35px; } h2 { @include font-size(28);