From 7252cb81f04e7ed599e8bc4a88103cbc90b53683 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 8 Aug 2017 16:14:15 -0400 Subject: [PATCH] Increase the font size of blog post content titles --- css/app.css | 5 +++-- scss/_blog.scss | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 { -- 2.17.1