Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / source / sass / components / _author-page.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Author page
4 |-------------------------------------------------------------------------------
5 */
6 .c-author-page {
7 text-align: center;
8 margin-bottom: 40px;
9 padding: 10px 0 40px;
10 border-bottom: 1px solid $c-gray;
11 }
12
13 // Image
14 .c-author-page__image {
15 margin-bottom: 20px;
16 }
17
18 .c-author-page__image__src {
19 width: 100px;
20 height: 100px;
21 display: block;
22 margin: 0 auto;
23 @include border-radius(50px);
24 }
25
26 // Bio
27 .c-author-page__bio {
28 max-width: 580px;
29 font-size: 0.9em;
30 color: $c-grayDark;
31 font-weight: normal;
32 margin: 20px auto 0;
33 }
34
35 // Meta
36 .c-author-page__meta {
37 margin-top: 20px;
38 font-size: 0.9em;
39 color: $c-grayDark;
40 }