diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 193c1d0..9d6d3af 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -77,6 +77,7 @@ section.hero { .subtitle { margin-bottom: 0.5rem; + font-weight: 300; } .title { diff --git a/website/common/templates/wagtail_base.html b/website/common/templates/wagtail_base.html index b1232a0..2e663a2 100644 --- a/website/common/templates/wagtail_base.html +++ b/website/common/templates/wagtail_base.html @@ -29,7 +29,7 @@ {% include "common/breadcrumbs.html" with parents=page.get_parent_pages %}

{{ page.hero_title }}

{% if page.subtitle %} -

{{ page.subtitle|richtext }}

+

{{ page.subtitle|richtext }}

{% endif %} {% include "common/content-details.html" %}