mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Center alignment of domain request confirmation page [KMA] (#3834)
Update domain_request_done template to center content
This commit is contained in:
parent
8dc875d22c
commit
0d80072fbc
1 changed files with 32 additions and 29 deletions
|
@ -11,7 +11,9 @@
|
|||
{% endblock wrapperdiv %}
|
||||
|
||||
{% block content %}
|
||||
<main id="main-content" class="grid-container register-form-step">
|
||||
<main id="main-content" class="grid-container register-form-step grid-container--widescreen">
|
||||
<div class="{% if not is_widescreen_centered %}max-width--grid-container{% endif %}">
|
||||
<div class="desktop:grid-col-8 desktop:grid-offset-2">
|
||||
<span class="display-flex flex-align-center" >
|
||||
<img
|
||||
class= "maxw-7 margin-top-neg-2 margin-right-105"
|
||||
|
@ -42,6 +44,7 @@
|
|||
of your request at any time on the registrar.</p>
|
||||
|
||||
<p> <a class="usa-link" rel="noopener noreferrer" target="_blank" href="{% public_site_url 'contact' %}">Contact us if you need help during this process</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue