reduced meta tag excerpt font for single posts
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 21:36:30 +0000 (16:36 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 21:36:30 +0000 (16:36 -0500)
css/app.css
scss/_blog.scss

index 35787df..c2dcbf4 100644 (file)
@@ -7104,6 +7104,9 @@ article {
 .blog-excerpt-date {
   text-align: center; }
 
+.meta {
+  font-size: 14px; }
+
 #sidebar {
   padding-top: 25px;
   background: #f2f9fc; }
index aecf7f3..d71ed44 100644 (file)
@@ -222,4 +222,7 @@ article {
 }
 .blog-excerpt-date{
     text-align: center;
+}
+.meta{
+    font-size: 14px;
 }
\ No newline at end of file