From 83c25328e6878e34034cc087c4d27947676be83f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Jun 2022 10:25:40 +0100 Subject: [PATCH] Add spacing between title and subtitle in hero --- website/common/templates/common/hero.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/templates/common/hero.html b/website/common/templates/common/hero.html index c7308e0..b3a0b86 100644 --- a/website/common/templates/common/hero.html +++ b/website/common/templates/common/hero.html @@ -10,7 +10,7 @@
{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %} -

{{ page.title }}

+

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %}