Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _post-view.scss
index 913cf1273faabcbea15863c61b030892fda9a257..7fab01d075502eb458ed9e5722e08cbd7925c3f6 100644 (file)
@@ -3,30 +3,7 @@
 | Post view
 |-------------------------------------------------------------------------------
 */
-.c-post-view--narrow {
-  text-align: center;
-  max-width: 610px;
-  margin: 0 auto;
-}
-
-// Header
-.c-post-view__header {
-  text-align: center;
-  padding: 10px 0 40px 0;
-  margin-bottom: 40px;
-  border-bottom: 1px solid $c-grayMedium;
-}
-
-.c-post-view__header__title {
-  line-height: 1.5em;
-  margin-bottom: 20px;
-}
-
-.c-post-view__header__title--no-meta {
-  margin-bottom: 0;
-}
-
-  // Content
+// Content
 .c-post-view__content {
   @extend .markdown;
 }
   text-align: center;
   margin-top: 40px;
   padding: 40px 0 10px;
-  border-top: 1px solid $c-grayMedium;
+  border-top: 1px solid $c-gray;
+}
+
+// Narrow post page view
+.c-post-view--narrow {
+  text-align: center;
+  max-width: 610px;
+  margin: 0 auto;
 }
\ No newline at end of file