From 75dcbc751c36d50a9145d7f096183469d44e0d1f Mon Sep 17 00:00:00 2001
From: Vincent Menke <vincent.menke@stud.h-da.de>
Date: Thu, 13 Jun 2024 11:26:15 +0200
Subject: [PATCH] feat: fancyfied footer

---
 assets/sass/custom.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/assets/sass/custom.scss b/assets/sass/custom.scss
index c8e78a3..f129bd6 100644
--- a/assets/sass/custom.scss
+++ b/assets/sass/custom.scss
@@ -126,6 +126,11 @@
     margin-top: 0px;
 }
 
+#footer {
+    padding: 0;
+}
+
+
 
 
 
-- 
GitLab