From bd23d2a7659d9f12d2aef6123ffde23db705adda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Mon, 24 Jul 2023 13:04:17 +0900
Subject: [PATCH] extra bottom margin

---
 institut/templates/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/institut/templates/base.html b/institut/templates/base.html
index 2c96891..72fc2e7 100644
--- a/institut/templates/base.html
+++ b/institut/templates/base.html
@@ -69,7 +69,9 @@
             </div>
         </nav>
 
-        {% block content %}{% endblock %}
+        <div class="mb-10">
+            {% block content %}{% endblock %}
+        </div>
 
         {% block extra_js %}{% endblock %}
     </body>
-- 
GitLab