Replaced G+ link, fixed top margin in tag list page
[ghost-theme-willow.git] / source / sass / components / _page-title.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Page title
4 |-------------------------------------------------------------------------------
5 */
6 .c-page-title {
7 text-align: center;
8 // margin: 0 auto;
9 // margin-top: -150px;
10 margin-top: 0px;
11 margin-bottom: 40px;
12 margin-left: 100px;
13 margin-right: 100px;
14 // padding: 10px 100px 35px 100px;
15 padding: 70px 30px 35px;
16 border-bottom: 1px solid $c-gray;
17 background: $c-white;
18 // min-height: 230px;
19 // border-radius: 30px 30px 0 0;
20 }
21
22 .c-post-view .c-page-title {
23 margin-top: -150px;
24 }
25
26 .c-page-title__heading__tag {
27 text-transform: lowercase;
28 }
29
30 .c-post-full-image {
31 width: 100%;
32 height: 300px;
33 margin: 0px auto;
34 background-position: center top;
35 background-repeat: no-repeat;
36 background-size: cover;
37 }