Replaced G+ link, fixed top margin in tag list page
[ghost-theme-willow.git] / source / sass / components / _page-title.scss
index 6d5f8f41699d5fa37a6bbea49244d4270f10f924..b759b74782054ff0646f53dda84745ca8bb6131c 100644 (file)
@@ -5,11 +5,33 @@
 */
 .c-page-title {
   text-align: center;
+  // margin: 0 auto;
+  // margin-top: -150px;
+  margin-top: 0px;
   margin-bottom: 40px;
-  padding: 10px 0 40px 0;
+  margin-left: 100px;
+  margin-right: 100px;
+  // padding: 10px 100px 35px 100px;
+  padding: 70px 30px 35px;
   border-bottom: 1px solid $c-gray;
+  background: $c-white;
+  // min-height: 230px;
+  // border-radius: 30px 30px 0 0;
+}
+
+.c-post-view .c-page-title {
+  margin-top: -150px;
 }
 
 .c-page-title__heading__tag {
   text-transform: lowercase;
+}
+
+.c-post-full-image {
+    width: 100%;
+    height: 300px;
+    margin: 0px auto;
+    background-position: center top;
+    background-repeat: no-repeat;
+    background-size: cover;
 }
\ No newline at end of file