Skip to content

Commit

Permalink
MAN-271 further caption xl to large class change (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-mills authored Feb 6, 2025
1 parent 8ae3a57 commit 147c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/pages/personal-details/contact.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l" data-qa="pageHeading">
<span data-qa="contactRelationshipTypeHeaderValue" class="govuk-caption-xl">{{ personalContact.relationshipType }}</span>
<span data-qa="contactRelationshipTypeHeaderValue" class="govuk-caption-l">{{ personalContact.relationshipType }}</span>
<span data-qa="contactNameHeaderValue">{{ personalContact.name | fullName }}</span>
</h1>

Expand Down

0 comments on commit 147c238

Please sign in to comment.