forked from projects/file-explorer
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:
parent
4826805f57
commit
c1e1ab081f
@ -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 %}
|
Loading…
x
Reference in New Issue
Block a user