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 ad1f7eb commit 4e1b3f4Copy full SHA for 4e1b3f4
src/app/check-and-book-vaccinations/page.tsx
@@ -24,7 +24,7 @@ const VaccinationsHub = async () => {
24
<title>{`${SERVICE_HEADING} - ${NHS_TITLE_SUFFIX}`}</title>
25
<BackToNHSAppLink />
26
<MainContent>
27
- <h1 className={"nhsuk-heading-xl nhsuk-u-margin-bottom-3"}>{SERVICE_HEADING}</h1>
+ <h1 className={"nhsuk-heading-xl nhsuk-u-margin-bottom-5"}>{SERVICE_HEADING}</h1>
28
<AgeBasedHubCards ageGroup={ageGroup} />
29
<AtRiskHubExpander />
30
{(hubInfoForAgeGroup?.showPregnancyHubContent || hubInfoForAgeGroup === undefined) && <PregnancyHubContent />}
0 commit comments