Skip to content

Commit

Permalink
Merge pull request #2830 from cisagov/ad/2750-Contact-Font-Saturation…
Browse files Browse the repository at this point in the history
…-FIX

 #2750 fix for font saturation on domain review and summary pages- [AD]
  • Loading branch information
asaki222 authored Sep 20, 2024
2 parents f86f11f + 2e028a0 commit 7103dab
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/registrar/templates/includes/summary_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@ <h4 class="register-form-review-header">{{ sub_header_text }}</h4>
<dl class="usa-list usa-list--unstyled margin-top-0">
{% for item in value %}
<dt>
Contact {{forloop.counter}}
</dt>

<h4 class="summary-item__title
font-sans-md
text-primary-dark text-semibold
margin-bottom-05
padding-right-1">
Contact {{forloop.counter}}
</h4>
</dt>
<dd>
{% include "includes/contact.html" with contact=item %}
</dd>
Expand Down

0 comments on commit 7103dab

Please sign in to comment.