Add spacing between title and subtitle in hero

This commit is contained in:
Jake Howard 2022-06-26 10:25:40 +01:00
parent 693184f7fa
commit 83c25328e6
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -10,7 +10,7 @@
<div class="columns">
<div class="column">
{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %}
<h1 class="title is-1">{{ page.title }}</h1>
<h1 class="title is-1 is-spaced">{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="subtitle">{{ page.subtitle }}</h2>
{% endif %}