From bf907ba68384e85963afa23359e3c09faeda8094 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 12 Jun 2023 20:05:31 +0200
Subject: [PATCH] Fix content padding

---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index e1383f8f..61d4e546 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,7 +21,7 @@
             {% include "menu.html" %}
         </header>
 
-        <main>
+        <main class="section">
             {% block main %}{% endblock %}
         </main>
     </body>
-- 
GitLab