From c7e9150baceb059d54f14184a381ab44b1f47589 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 28 Jun 2025 18:00:39 +0200 Subject: [PATCH 1/6] 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 %}
-- 2.39.5 From ba7a0c9f4ad045231794c4dd229568ddc5f1235a Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 28 Jun 2025 18:32:22 +0200 Subject: [PATCH 2/6] enhanci stuffi --- templates/base.html.twig | 10 +++++++++- templates/drink_type/show.html.twig | 27 ++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 7487310..de6723e 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -17,7 +17,7 @@ {% endblock %} -