From: Laury GvR Date: Tue, 8 Aug 2017 20:14:15 +0000 (-0400) Subject: Increase the font size of blog post content titles X-Git-Tag: v1.0.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7252cb81f04e7ed599e8bc4a88103cbc90b53683;p=WP-Themes%2Ftruenorthgolf.git Increase the font size of blog post content titles --- diff --git a/css/app.css b/css/app.css index 2a8bf83..335c131 100644 --- a/css/app.css +++ b/css/app.css @@ -7998,10 +7998,11 @@ body #glm-member-front-header .button.glm-button { #blog-posts-over article .entry-header .entry-title { margin-bottom: 0; color: #b32024; - font-size: 1.375rem; + font-size: 1.75rem; text-transform: uppercase; } #blog-posts-over article .entry-header .entry-title a { - font-style: normal; } + font-style: normal; + font-size: 28px; } #blog-posts-over article .entry-header .meta.date { font-size: 0.75rem; color: #939598; diff --git a/scss/_blog.scss b/scss/_blog.scss index 897568b..3cdd0c6 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -225,10 +225,11 @@ .entry-title { margin-bottom: 0; color: $red; - font-size: rem-calc(22); + font-size: rem-calc(28); text-transform: uppercase; a { font-style: normal; + font-size: 28px; } } .meta.date {