Skip to content

Commit

Permalink
DWPF-740 (7) card title size
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 5, 2023
1 parent 4b516ea commit 78d1eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peoplefinder/templates/peoplefinder/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 class="govuk-heading-l mb-0" data-testid="full-name">{{ profile.full_name }}
{% if is_users_profile or profile_section.values %}
<div class="govuk-summary-card">
<div class="govuk-summary-card__title-wrapper">
<h2 class="govuk-summary-card__title">{{ profile_section.title }}</h2>
<h2 class="govuk-summary-card__title govuk-!-font-size-24">{{ profile_section.title }}</h2>
<ul class="govuk-summary-card__actions">
<li class="govuk-summary-card__action">
<a class="govuk-link" href="{{ profile_section.url }}">
Expand Down

0 comments on commit 78d1eb6

Please sign in to comment.