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

Co-authored-by: Jan Klattenhoff <j.klattenhoff@neusta.de>
Reviewed-on: #2
This commit is contained in:
We ball 2024-12-20 07:03:38 +00:00
parent 4826805f57
commit c1e1ab081f

View File

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