X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_page-title.scss;h=c260e387bf10e5c64e81eee5da8f200522c5fdd2;hb=56d76e61a64b473c77bab3e68ca1b42f16fc0bde;hp=3cb6cc265e60eec3ae4215d867ee181e6f07961a;hpb=492ea3abec317c9bca6d456037402ffaba12e8c7;p=ghost-theme-willow.git diff --git a/source/sass/components/_page-title.scss b/source/sass/components/_page-title.scss index 3cb6cc2..c260e38 100644 --- a/source/sass/components/_page-title.scss +++ b/source/sass/components/_page-title.scss @@ -5,11 +5,28 @@ */ .c-page-title { text-align: center; + // margin: 0 auto; + margin-top: -150px; margin-bottom: 40px; - padding: 10px 0 35px 0; + margin-left: 100px; + margin-right: 100px; + // padding: 10px 100px 35px 100px; + padding: 70px 30px 35px; border-bottom: 1px solid $c-gray; + background: $c-white; + // min-height: 230px; + // border-radius: 30px 30px 0 0; } .c-page-title__heading__tag { text-transform: lowercase; +} + +.c-post-full-image { + width: 100%; + height: 300px; + margin: 0px auto; + background-position: center top; + background-repeat: no-repeat; + background-size: cover; } \ No newline at end of file