From: Laury GvR Date: Tue, 8 Aug 2017 20:30:58 +0000 (-0400) Subject: Increased the blog post content font size X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f72eb3547daba47187f01effcaacb27a7a1497b4;p=WP-Themes%2Ftruenorthgolf.git Increased the blog post content font size --- diff --git a/css/app.css b/css/app.css index fb32dce..3b5f8d1 100644 --- a/css/app.css +++ b/css/app.css @@ -7985,7 +7985,7 @@ body #glm-member-front-header .button.glm-button { line-height: 1; } #blog-posts-over article p { padding-bottom: 15px; - font-size: 16px; } + font-size: 18px; } #blog-posts-over article a.read-more { color: #b32024; background: transparent; diff --git a/scss/_blog.scss b/scss/_blog.scss index b65a301..51440c9 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -210,7 +210,7 @@ } p { padding-bottom: 15px; - font-size: 16px; + font-size: 18px; } a.read-more { color: $red;