layout content position for fullwidth pages

This commit is contained in:
2021-07-22 22:19:27 +02:00
parent c9562ebdf7
commit 7ac61002b0
6 changed files with 93 additions and 101 deletions

View File

@@ -17,7 +17,7 @@
{% extends "@ChillMain/layout.html.twig" %}
{% block title %}{{ 'Add a person'|trans }}{% endblock title %}
{% block content %}
<div class="col-md-10 col-xxl person-new">
@@ -47,6 +47,5 @@
{{ form_end(form) }}
</div>
{% endblock content %}