We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e87cc8 commit 6f73886Copy full SHA for 6f73886
docs/_layouts/page.html
@@ -121,9 +121,9 @@
121
</div>
122
<div class="nhsnotify-pane__main-content">
123
{% if page.section != undefined %}
124
- <heading class="nhsuk-heading-s" style="margin-bottom: 0; color: #4c6272">{{ page.section }}</heading>
+ <span class="nhsuk-caption-xl">{{ page.section }}</span>
125
{% endif %}
126
- <h1>{{ page.title }}</h1>
+ <h1 class="nhsuk-heading-xl">{{ page.title }}</h1>
127
{{ content }}
128
129
0 commit comments