From c1576aa4c50da2179bbe63f275adaa802c87d03d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pomucz=20Tam=C3=A1s?= <pomucz@sch.bme.hu>
Date: Mon, 19 Feb 2024 14:43:29 +0100
Subject: [PATCH] fix footer

---
 src/components/App.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/App.js b/src/components/App.js
index e861cc2..5a8552e 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -13,7 +13,7 @@ const App = () => (
     </main>
     <footer
       id="footer"
-      style={{ position: 'absolute', width: '100%', bottom: '0' }}
+      style={{ width: '100%', bottom: '0' }}
     >
       <Footer />
     </footer>
-- 
GitLab