Increase font size of meta date in blog contentm under featured image
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Aug 2017 20:19:07 +0000 (16:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Aug 2017 20:19:07 +0000 (16:19 -0400)
css/app.css
scss/_blog.scss

index b1967b2..fb32dce 100644 (file)
@@ -8004,7 +8004,7 @@ body #glm-member-front-header .button.glm-button {
         font-style: normal;
         font-size: 28px; }
     #blog-posts-over article .entry-header .meta.date {
-      font-size: 0.75rem;
+      font-size: 14px;
       color: #939598;
       margin: 0 0 12px; }
   #blog-posts-over article hr.contentBreak {
index 6be7676..b65a301 100644 (file)
             }
         }
         .meta.date {
-            font-size: 0.75rem;
+            font-size: 14px;
             color: #939598;
             margin: 0 0 12px;
         }