Title resizing for frontBlogFeedExcerpts
authorLaury GvR <laury@gaslightmedia.com>
Thu, 30 Jul 2015 19:22:55 +0000 (15:22 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 30 Jul 2015 19:22:55 +0000 (15:22 -0400)
scss/_main.scss

index 9573f1c..87e9ba2 100644 (file)
@@ -129,8 +129,8 @@ h3 {
             }
         }
         h1 {
-            line-height: 1.2;
-            margin: -11px 0 0;
+            line-height: 0.9;
+            margin: -8px 0 8px;
         }
         h1 a {
             font-size: rem-calc(24);
@@ -141,7 +141,7 @@ h3 {
         p {
             font-size: rem-calc(14);
             line-height: 1.4;
-            margin-bottom: rem-calc(5);
+            margin-bottom: rem-calc(8);
         }
         .blog-feed-content {
             padding-left: 10px;
@@ -149,6 +149,9 @@ h3 {
                 padding: inherit;
             }
         }
+        #date {
+            font-weight: bold;
+        }
     }
 }
 #content-bulk {