1 parent 8d44d6a commit 65ae29eCopy full SHA for 65ae29e
1 file changed
templates/index.html.twig
@@ -22,7 +22,6 @@
22
{% endfor %}
23
24
<form action="#" method="post" data-roadbook-form>
25
- <div id="error" class="alert alert-warning d-none" role="alert"></div>
26
27
{# Source Card #}
28
<div class="card-glass mb-5">
@@ -206,11 +205,11 @@
206
205
</div>
207
208
209
- {# Generate CTA #}
210
- <div class="d-flex justify-content-center mt-5">
+ <div class="d-flex flex-column align-items-center mt-4">
211
<button type="submit" id="create" name="send" class="btn btn-primary btn-lg btn-primary-action">
212
Generate your roadbook
213
</button>
+ <div id="error" class="alert alert-warning d-none mt-3" role="alert"></div>
214
215
216
</form>
0 commit comments