From 03e0c83a616e434faad7fb0881fa13414bed2cf5 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 14 Mar 2024 18:27:43 +0100
Subject: [PATCH] Fix spacing in footer

---
 templates/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/footer.html b/templates/footer.html
index 8cce593d..02164a51 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -5,7 +5,7 @@
       <address>
         {{config.extra.footer.address|safe}}
       </address>
-      <aside>
+      <aside class="mt-5">
         <p class="title is-6">Spendenkonto</p>
         <p>{{config.extra.footer.bank|safe}}</p>
       </aside>
@@ -36,7 +36,7 @@
           </ul>
         {% endfor %}
       </aside>
-      <p class="title is-5">Kanäle und Netzwerke</p>
+      <p class="title is-5 mt-5">Kanäle und Netzwerke</p>
       <aside class="columns is-centered is-vcentered is-multiline">
         {% for social in config.extra.footer.social %}
           <div class="column is-one-third">
-- 
GitLab