From c7e9150baceb059d54f14184a381ab44b1f47589 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 28 Jun 2025 18:00:39 +0200 Subject: [PATCH] add bottom margin to container --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 3af52a6..7487310 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -80,7 +80,7 @@ -
+
{% block body %}{% endblock %}