Skip to content

Commit 4e1b3f4

Browse files
VIA-630 Minor CSS fix on hub page heading
1 parent ad1f7eb commit 4e1b3f4

File tree

1 file changed

+1
-1
lines changed
  • src/app/check-and-book-vaccinations

1 file changed

+1
-1
lines changed

src/app/check-and-book-vaccinations/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const VaccinationsHub = async () => {
2424
<title>{`${SERVICE_HEADING} - ${NHS_TITLE_SUFFIX}`}</title>
2525
<BackToNHSAppLink />
2626
<MainContent>
27-
<h1 className={"nhsuk-heading-xl nhsuk-u-margin-bottom-3"}>{SERVICE_HEADING}</h1>
27+
<h1 className={"nhsuk-heading-xl nhsuk-u-margin-bottom-5"}>{SERVICE_HEADING}</h1>
2828
<AgeBasedHubCards ageGroup={ageGroup} />
2929
<AtRiskHubExpander />
3030
{(hubInfoForAgeGroup?.showPregnancyHubContent || hubInfoForAgeGroup === undefined) && <PregnancyHubContent />}

0 commit comments

Comments
 (0)