bootstrap footer and homepage

This commit is contained in:
2021-03-20 23:30:29 +01:00
parent 19326ee750
commit 3da8f89d3c
5 changed files with 76 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
{% if is_granted('CHILL_PERSON_CREATE') %}
<div class="grid-8 centered" style="text-align:center; margin-top: 1.5em;">
<div class="grid-8 mb-5 text-center">
<a href="{{ path('chill_person_new') }}">
<div class="sc-button blue" style="float: inherit;">
<div class="btn btn-lg btn-primary mt-4" style="float: inherit;">
{{ 'Add a person'|trans }}
</div>
</a>