From 9f09a0336f42fc4b98e440ffd8298fceefc3d4d0 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Wed, 21 Aug 2019 00:44:56 +0200
Subject: [PATCH] Center text in footer.

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

diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html
index 6d38f86db..f88e108bd 100644
--- a/biscuit/core/templates/core/base.html
+++ b/biscuit/core/templates/core/base.html
@@ -46,7 +46,7 @@
 
  <footer class="footer text-dark bg-light">
   <div class="container">
-   <span class="text-muted">
+   <p class="text-muted text-center">
     <a href="https://biscuit.edugit.org/">
      BiscuIT - The Free School Information System
     </a>
@@ -55,7 +55,7 @@
     <a href="https://www.teckids.org/">
      Teckids e.V.
     </a>
-   </span>
+   </p>
   </div>
  </footer>
 {% endblock %}
-- 
GitLab