style(home.html.twig): adjust centering of container element

This commit is contained in:
Jan Klattenhoff 2024-12-20 08:02:16 +01:00
parent 4826805f57
commit b122bfae84

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 %}