Merge pull request #2830 from cisagov/ad/2750-Contact-Font-Saturation-FIX

#2750 fix for font saturation on domain review and summary pages- [AD]
This commit is contained in:
asaki222 2024-09-20 16:43:59 -04:00 committed by GitHub
commit 7103daba40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,8 +35,15 @@
<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>