mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 09:20:15 +02:00
Add spacing utility classes to make spacing more consistent
This commit is contained in:
parent
2c5bea348d
commit
2e46cb064f
1 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
meets our requirements. We’ll work with you to find the best domain for your
|
||||
organization.</p>
|
||||
|
||||
<h2>Domain examples for your type of organization</h2>
|
||||
<h2 class="margin-top-3">Domain examples for your type of organization</h2>
|
||||
<div class="domain_example">
|
||||
{% include "includes/domain_example.html" %}
|
||||
</div>
|
||||
|
@ -36,13 +36,13 @@
|
|||
|
||||
{{ forms.0.management_form }}
|
||||
|
||||
<fieldset class="usa-fieldset">
|
||||
<fieldset class="usa-fieldset margin-top-2">
|
||||
<legend>
|
||||
<h2>What .gov domain do you want? <abbr class="usa-hint usa-hint--required
|
||||
text-super" title="required">*</abbr></h2>
|
||||
</legend>
|
||||
|
||||
<p id="domain_instructions">After you enter your domain, we’ll make sure it’s
|
||||
<p id="domain_instructions" class="margin-top-05">After you enter your domain, we’ll make sure it’s
|
||||
available and that it meets some of our naming requirements. If your domain passes
|
||||
these initial checks, we’ll verify that it meets all of our requirements once you
|
||||
complete and submit the rest of this form.</p>
|
||||
|
@ -64,12 +64,12 @@
|
|||
|
||||
{{ forms.1.management_form }}
|
||||
|
||||
<fieldset class="usa-fieldset">
|
||||
<fieldset class="usa-fieldset margin-top-1">
|
||||
<legend>
|
||||
<h2>Alternative domains</h2>
|
||||
</legend>
|
||||
|
||||
<p id="alt_domain_instructions">Are there other domains you’d like if we can’t give
|
||||
<p id="alt_domain_instructions" class="margin-top-05">Are there other domains you’d like if we can’t give
|
||||
you your first choice? Entering alternative domains is optional.</p>
|
||||
|
||||
{% with attr_aria_describedby="alt_domain_instructions" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue