Replaced G+ link, fixed top margin in tag list page
[ghost-theme-willow.git] / source / sass / components / _page-title.scss
index c260e387bf10e5c64e81eee5da8f200522c5fdd2..b759b74782054ff0646f53dda84745ca8bb6131c 100644 (file)
@@ -6,7 +6,8 @@
 .c-page-title {
   text-align: center;
   // margin: 0 auto;
-  margin-top: -150px;
+  // margin-top: -150px;
+  margin-top: 0px;
   margin-bottom: 40px;
   margin-left: 100px;
   margin-right: 100px;
   // border-radius: 30px 30px 0 0;
 }
 
+.c-post-view .c-page-title {
+  margin-top: -150px;
+}
+
 .c-page-title__heading__tag {
   text-transform: lowercase;
 }