X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsass%2Fcomponents%2F_author-page.scss;fp=source%2Fsass%2Fcomponents%2F_author-page.scss;h=8bbb1760b27babf7953fb4c26459b12d08fad57b;hb=517ff2509b004ee462aac4ec97eaa4c2d90b29ac;hp=0000000000000000000000000000000000000000;hpb=dcf1cd5add0ee12fe78f10bf8b618c744ec5128d;p=ghost-theme-willow.git

diff --git a/source/sass/components/_author-page.scss b/source/sass/components/_author-page.scss
new file mode 100644
index 0000000..8bbb176
--- /dev/null
+++ b/source/sass/components/_author-page.scss
@@ -0,0 +1,40 @@
+/*
+|-------------------------------------------------------------------------------
+| Author page
+|-------------------------------------------------------------------------------
+*/
+.c-author-page {
+  text-align: center;
+  margin-bottom: 40px;
+  padding: 10px 0 40px;
+  border-bottom: 1px solid $c-gray;
+}
+
+// Image
+.c-author-page__image {
+  margin-bottom: 20px;
+}
+
+.c-author-page__image__src {
+  width: 100px;
+  height: 100px;
+  display: block;
+  margin: 0 auto;
+  @include border-radius(50px);
+}
+
+// Bio
+.c-author-page__bio {
+  max-width: 600px;
+  font-size: 0.9em;
+  color: $c-grayDark;
+  font-weight: normal;
+  margin: 20px auto 0;
+}
+
+// Meta
+.c-author-page__meta {
+  margin-top: 20px;
+  font-size: 0.9em;
+  color: $c-grayDark;
+}
\ No newline at end of file