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

@@ -38,7 +38,7 @@ This view should receive those arguments:
{% block personcontent %}
<div class="person-view">
<div class="row justify-content-center">
<div class="col-10">
<div class="col-md-10">
<div class="row">
{% if person.memo is not empty and chill_person.fields.memo == 'visible' %}
@@ -248,7 +248,7 @@ This view should receive those arguments:
</div>
{% if is_granted('CHILL_PERSON_UPDATE', person) %}
<ul class="col-10 sticky-form-buttons record_actions ">
<ul class="col-md-10 sticky-form-buttons record_actions ">
<li>
<a class="btn btn-update" href="{{ path('chill_person_general_edit', { 'person_id': person.id }) }}">
{{ 'Edit'|trans }}