From 5f1cc43fdb4cbc397cbff5f8489fc09111bbee78 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 30 Jul 2015 15:22:55 -0400 Subject: [PATCH] Title resizing for frontBlogFeedExcerpts --- scss/_main.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 { -- 2.17.1