center files table

Reviewed-on: sites/file-explorer#11
Co-authored-by: jank1619 <jan@kjan.email>
Co-committed-by: jank1619 <jan@kjan.email>
This commit is contained in:
We ball 2024-12-21 13:18:10 +00:00 committed by Constantin Simonis
parent ca9a18987b
commit bca12e5483

View File

@ -3,7 +3,7 @@
{% block title %}Home{% endblock %}
{% block body %}
<center class="container mt-5">
<center class="container mt-5 mx-auto">
{% include '_partials/_table.html.twig' %}
</center>
{% endblock %}
{% endblock %}