Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _page-title.scss
diff --git a/source/sass/components/_page-title.scss b/source/sass/components/_page-title.scss
new file mode 100644 (file)
index 0000000..6d5f8f4
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+|-------------------------------------------------------------------------------
+| Page title
+|-------------------------------------------------------------------------------
+*/
+.c-page-title {
+  text-align: center;
+  margin-bottom: 40px;
+  padding: 10px 0 40px 0;
+  border-bottom: 1px solid $c-gray;
+}
+
+.c-page-title__heading__tag {
+  text-transform: lowercase;
+}
\ No newline at end of file