mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
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:
commit
7103daba40
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue