From: Laury GvR Date: Tue, 8 Aug 2017 20:19:07 +0000 (-0400) Subject: Increase font size of meta date in blog contentm under featured image X-Git-Tag: v1.0.0^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=81f7322983151c2c430e0ea66727e007c43f65aa;p=WP-Themes%2Ftruenorthgolf.git Increase font size of meta date in blog contentm under featured image --- diff --git a/css/app.css b/css/app.css index b1967b2..fb32dce 100644 --- a/css/app.css +++ b/css/app.css @@ -8004,7 +8004,7 @@ body #glm-member-front-header .button.glm-button { font-style: normal; font-size: 28px; } #blog-posts-over article .entry-header .meta.date { - font-size: 0.75rem; + font-size: 14px; color: #939598; margin: 0 0 12px; } #blog-posts-over article hr.contentBreak { diff --git a/scss/_blog.scss b/scss/_blog.scss index 6be7676..b65a301 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -233,7 +233,7 @@ } } .meta.date { - font-size: 0.75rem; + font-size: 14px; color: #939598; margin: 0 0 12px; }