Add spacing between title and subtitle in hero
This commit is contained in:
parent
693184f7fa
commit
83c25328e6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %}
|
{% 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 %}
|
{% if page.subtitle %}
|
||||||
<h2 class="subtitle">{{ page.subtitle }}</h2>
|
<h2 class="subtitle">{{ page.subtitle }}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue