Add some spacing

Visually separates the list from the first question in the form.
This commit is contained in:
Chris Hill-Scott
2016-10-31 15:27:16 +00:00
parent 270e3c17dd
commit a9b9e8978b

View File

@@ -23,7 +23,7 @@
<p>
Before you request to go live, make sure youve:
</p>
<ul class="list list-bullet">
<ul class="list list-bullet bottom-gutter">
<li>accepted our data sharing and financial agreement</li>
<li>read our <a href="{{ url_for('.terms') }}">terms of use</a></li>
<li>added <a href="{{ url_for('main.manage_users', service_id=current_service.id) }}">team members</a> to your account</li>