Increase the font size of blog post content titles
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Aug 2017 20:14:15 +0000 (16:14 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Aug 2017 20:14:15 +0000 (16:14 -0400)
css/app.css
scss/_blog.scss

index 2a8bf83..335c131 100644 (file)
@@ -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;
index 897568b..3cdd0c6 100644 (file)
         .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 {