From: Laury GvR Date: Thu, 1 Oct 2015 21:31:21 +0000 (-0400) Subject: blog font sizes and category listings fixed X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a9c47b9764f9520520ace904741fae8b5a7cd43b;p=WP-Themes%2Fglmthemes%2Fmountpleasant-theme.git blog font sizes and category listings fixed --- diff --git a/css/app.css b/css/app.css index 1f69518..3d84777 100644 --- a/css/app.css +++ b/css/app.css @@ -7359,7 +7359,7 @@ h2#slide-text { width: 100%; } #blog-posts-over article p { padding-bottom: 15px; - font-size: 14px; } + font-size: 13px; } #blog-posts-over article a.read-more { color: #FFFFFF; background: #ffc742; diff --git a/scss/_blog.scss b/scss/_blog.scss index 4444611..515fe05 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -182,7 +182,7 @@ width: 100%; p { padding-bottom: 15px; - font-size: 14px; + font-size: 13px; } a.read-more { color: $white;