mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Add space before button on domain mgmt home
This commit is contained in:
parent
ac41358abd
commit
997a512757
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@
|
|||
<div class="tablet:grid-offset-1 desktop:grid-offset-2">
|
||||
<h1>Manage your domains</h2>
|
||||
|
||||
<p><a href="{% url 'application:' %}" class="usa-button">Start a new domain request</a></p>
|
||||
<p class="margin-top-4">
|
||||
<a href="{% url 'application:' %}" class="usa-button">
|
||||
Start a new domain request
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<section class="section--outlined tablet:grid-col-11 desktop:grid-col-10">
|
||||
<h2>Registered domains</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue