diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html index 6d38f86db70b07c28ffd63f8825b03b31908733d..f88e108bd49dfde430d8c5727e62f1f59bb1c445 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 %}