batch remove col-md-10 col-xxl, and add it in layout (level up)

This commit is contained in:
2021-07-22 17:21:02 +02:00
parent d81f5bafe3
commit 0cd9dc6028
33 changed files with 13 additions and 124 deletions

View File

@@ -28,8 +28,6 @@ This view should receive those arguments:
{% block personcontent %}
<div class="timeline">
<div class="row justify-content-center">
<div class="col-md-10 col-xxl">
{{ timeline|raw }}
@@ -37,7 +35,5 @@ This view should receive those arguments:
{{ chill_pagination(paginator) }}
{% endif %}
</div>
</div>
</div>
{% endblock %}