Change title markup
This commit is contained in:
parent
adbb6ca4d4
commit
9df8ef6423
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue