Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _post-view-meta.scss
index 4d322b594220a369091123353b3068df80675438..12ec7d3fd5a60497b86aa39e9c3085d8761f47b4 100644 (file)
@@ -4,12 +4,16 @@
 |-------------------------------------------------------------------------------
 */
 .c-post-view-meta {
+  line-height: 2;
   font-size: 0.8em;
-  line-height: 2em;
   font-style: italic;
-  color: $c-grayAccent;
+  color: $c-grayDark;
 }
 
 .c-post-view-meta__tags {
   text-transform: lowercase;
+}
+
+.c-page-title__heading + .c-post-view-meta {
+  margin-top: 20px;
 }
\ No newline at end of file