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);