fix(templates/base.html): center the content div on page

This commit is contained in:
2026-03-12 14:23:50 +01:00
parent 2749c70cdd
commit 766330401e

View File

@@ -45,7 +45,7 @@
{% include "header.html" %}
{% block body %}
<div class="grow py-8 px-8 {% block content_class %}{% endblock content_class %}">
<div class="mx-auto grow py-8 px-8 {% block content_class %}{% endblock content_class %}">
{% block content %}
{% endblock content %}
</div>