Change title markup

This commit is contained in:
Christian Cueni 2019-07-09 16:35:21 +02:00
parent adbb6ca4d4
commit 9df8ef6423
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</a> </a>
</div> </div>
<p v-if="subtitle !== ''" class="content-block__subtitle text-regular">{{subtitle}}</p> <h3 v-if="subtitle !== ''" class="content-block__subtitle text-regular">{{subtitle}}</h3>
<h4 class="content-block__title">{{contentBlock.title}}</h4> <h4 class="content-block__title">{{contentBlock.title}}</h4>
<component v-for="component in contentBlock.contents" <component v-for="component in contentBlock.contents"

View File

@ -77,6 +77,7 @@ input, textarea, select, button {
font-family: $sans-serif-font-family; font-family: $sans-serif-font-family;
font-weight: $font-weight-regular; font-weight: $font-weight-regular;
font-size: toRem(18px); font-size: toRem(18px);
line-height: toRem(27px);
&--small { &--small {
font-size: toRem(16px); font-size: toRem(16px);