mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Review feedback: fix spacing with usa-list and open contact in new tab
This commit is contained in:
parent
95e557b7b3
commit
bde3653fb8
1 changed files with 4 additions and 2 deletions
|
@ -12,11 +12,13 @@
|
|||
email, and DNS name servers.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<ul class="usa-list">
|
||||
<li>There is no limit to the number of domain managers you can add.</li>
|
||||
<li>After adding a domain manager, an email invitation will be sent to that user with
|
||||
instructions on how to set up an account.</li>
|
||||
<li>To remove a domain manager, <a href="{% public_site_url 'contact/' %}" class="usa-link">contact us</a> for assistance.
|
||||
<li>To remove a domain manager, <a href="{% public_site_url 'contact/' %}"
|
||||
target="_blank" rel="noopener noreferrer" class="usa-link">contact us</a> for
|
||||
assistance.</li>
|
||||
</ul>
|
||||
|
||||
{% if domain.permissions %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue