Add vertical spacing above set channel h1

To make it match other pages which use the legend
as the h1.
This commit is contained in:
Tom Byers
2021-08-31 11:13:27 +01:00
parent 61b8e26b9a
commit 981083d465

View File

@@ -18,6 +18,7 @@
{% call form_wrapper() %}
{{ form.channel(param_extensions={
'fieldset': {
'classes': 'govuk-!-margin-top-3',
'legend': {
'isPageHeading': True,
'classes': 'govuk-fieldset__legend--l'