Skip to content

Commit 6f73886

Browse files
committed
Implementing correct heading captions as per NHS design system
1 parent 3e87cc8 commit 6f73886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_layouts/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
</div>
122122
<div class="nhsnotify-pane__main-content">
123123
{% if page.section != undefined %}
124-
<heading class="nhsuk-heading-s" style="margin-bottom: 0; color: #4c6272">{{ page.section }}</heading>
124+
<span class="nhsuk-caption-xl">{{ page.section }}</span>
125125
{% endif %}
126-
<h1>{{ page.title }}</h1>
126+
<h1 class="nhsuk-heading-xl">{{ page.title }}</h1>
127127
{{ content }}
128128
</div>
129129
</div>

0 commit comments

Comments
 (0)