Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _post-view.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Post view
4 |-------------------------------------------------------------------------------
5 */
6 // Content
7 .c-post-view__content {
8 @extend .markdown;
9 }
10
11 // Footer
12 .c-post-view__footer {
13 text-align: center;
14 margin-top: 40px;
15 padding: 40px 0 10px;
16 border-top: 1px solid $c-gray;
17 }
18
19 // Narrow post page view
20 .c-post-view--narrow {
21 text-align: center;
22 max-width: 610px;
23 margin: 0 auto;
24 }