Merge pull request #7 from raivis-vitols/development
[ghost-theme-willow.git] / source / sass / components / _post-view-meta.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Post view meta - date & tags
4 |-------------------------------------------------------------------------------
5 */
6 .c-post-view-meta {
7 line-height: 2;
8 font-size: 0.8em;
9 font-style: italic;
10 color: $c-grayDark;
11 }
12
13 .c-post-view-meta__tags {
14 text-transform: lowercase;
15 }
16
17 .c-page-title__heading + .c-post-view-meta {
18 margin-top: 20px;
19 }