2 Commits

Author SHA1 Message Date
c1e1ab081f style(home.html.twig): adjust centering of container element (#2)
All checks were successful
build / build (pull_request) Successful in 5m19s
Co-authored-by: Jan Klattenhoff <j.klattenhoff@neusta.de>
Reviewed-on: jank1619/file-explorer#2
2024-12-20 07:03:38 +00:00
4826805f57 Merge pull request 'main' (#1) from sites/file-explorer:main into main
Reviewed-on: jank1619/file-explorer#1
2024-12-20 06:54:18 +00:00

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