From: Laury GvR Date: Thu, 30 Jul 2015 19:22:55 +0000 (-0400) Subject: Title resizing for frontBlogFeedExcerpts X-Git-Tag: v1.0^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5f1cc43fdb4cbc397cbff5f8489fc09111bbee78;p=WP-Themes%2Fnorthernlakes.git Title resizing for frontBlogFeedExcerpts --- diff --git a/scss/_main.scss b/scss/_main.scss index 9573f1c..87e9ba2 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -129,8 +129,8 @@ h3 { } } h1 { - line-height: 1.2; - margin: -11px 0 0; + line-height: 0.9; + margin: -8px 0 8px; } h1 a { font-size: rem-calc(24); @@ -141,7 +141,7 @@ h3 { p { font-size: rem-calc(14); line-height: 1.4; - margin-bottom: rem-calc(5); + margin-bottom: rem-calc(8); } .blog-feed-content { padding-left: 10px; @@ -149,6 +149,9 @@ h3 { padding: inherit; } } + #date { + font-weight: bold; + } } } #content-bulk {