From b122bfae8438e532cd86674a512c10876a36f310 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Fri, 20 Dec 2024 08:02:16 +0100 Subject: [PATCH] style(home.html.twig): adjust centering of container element --- templates/home.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/home.html.twig b/templates/home.html.twig index f450b25..a84c679 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -3,7 +3,7 @@ {% block title %}Home{% endblock %} {% block body %} -
+
{% include '_partials/_table.html.twig' %}
-{% endblock %} \ No newline at end of file +{% endblock %} -- 2.47.2