Adjust style for contact list

This commit is contained in:
igorkorenfeld 2023-04-20 16:56:10 -04:00
parent a9832876e1
commit 54d6c007a7
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -15,7 +15,11 @@
{% else %}
<ul class="usa-list usa-list--unstyled margin-top-0">
{% for item in value %}
<li><p>Conatct {{forloop.counter}}</p>{% include "includes/contact.html" with contact=item %}</li>
<li>
<p class="text-semibold margin-top-1 margin-bottom-0">
Conatct {{forloop.counter}}
</p>
{% include "includes/contact.html" with contact=item %}</li>
{% empty %}
<li>None</li>
{% endfor %}</ul></p>