mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Even out the spacing on the settings page
This makes the spacing above and below each heading on the settings page consistent.
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
</div>
|
||||
|
||||
{% if current_service.trial_mode %}
|
||||
<h2 class="heading-medium">Your service is in trial mode</h2>
|
||||
<h2 class="heading-medium top-gutter-0">Your service is in trial mode</h2>
|
||||
|
||||
<ul class='list list-bullet'>
|
||||
<li>you can only send messages to yourself</li>
|
||||
@@ -262,7 +262,7 @@
|
||||
</p>
|
||||
|
||||
{% else %}
|
||||
<h2 class="heading-medium">Your service is live</h2>
|
||||
<h2 class="heading-medium top-gutter-0">Your service is live</h2>
|
||||
|
||||
<p>
|
||||
You can send up to
|
||||
|
||||
Reference in New Issue
Block a user