Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[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-bottom: 40px;
9 padding: 10px 0 35px 0;
10 border-bottom: 1px solid $c-gray;
11 }
12
13 .c-page-title__heading__tag {
14 text-transform: lowercase;
15 }