person templates responsive breakpoints in content

This commit is contained in:
2021-07-13 12:38:02 +02:00
parent 15f439b43d
commit bdf0ec63d2
3 changed files with 14 additions and 8 deletions

View File

@@ -22,6 +22,8 @@
{% block personcontent %}
<div class="person-edit">
<div class="row justify-content-center">
<div class="col-md-10">
<h1>{{ 'Update details for %name%'|trans({ '%name%': person.firstName|capitalize ~ ' ' ~ person.lastName|capitalize } ) }}</h1>
@@ -138,9 +140,11 @@
{{ form_end(form) }}
</div>
</div>
</div>
{% endblock personcontent %}
{% block js %}
<script type="text/javascript" src="{{ asset('build/person.js') }}"></script>
{{ encore_entry_link_tags('person') }}
{% endblock js %}