feat(base.html): add justify-center to body

This commit is contained in:
2026-03-13 13:53:47 +01:00
parent 5fef84b0a7
commit cfd174a233

View File

@@ -41,7 +41,7 @@
{% endblock extra_head %}
</head>
<body class="flex grow flex-col min-h-screen {% block body_class %}{% endblock %}">
<body class="flex grow flex-col justify-center min-h-screen {% block body_class %}{% endblock %}">
{% include "header.html" %}
{% block body %}