c260e387bf10e5c64e81eee5da8f200522c5fdd2
[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-bottom: 40px;
11 margin-left: 100px;
12 margin-right: 100px;
13 // padding: 10px 100px 35px 100px;
14 padding: 70px 30px 35px;
15 border-bottom: 1px solid $c-gray;
16 background: $c-white;
17 // min-height: 230px;
18 // border-radius: 30px 30px 0 0;
19 }
20
21 .c-page-title__heading__tag {
22 text-transform: lowercase;
23 }
24
25 .c-post-full-image {
26 width: 100%;
27 height: 300px;
28 margin: 0px auto;
29 background-position: center top;
30 background-repeat: no-repeat;
31 background-size: cover;
32 }