From d0241f98eeaf7d8451c1fb5b2d9dc87535b247da Mon Sep 17 00:00:00 2001
From: Clement Desbuisson <clement.desbuisson.etu@univ-lille.fr>
Date: Thu, 21 Dec 2023 00:29:29 +0100
Subject: [PATCH] Delete footer.css

---
 css/footer.css | 30 ------------------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 css/footer.css

diff --git a/css/footer.css b/css/footer.css
deleted file mode 100644
index 723c37a..0000000
--- a/css/footer.css
+++ /dev/null
@@ -1,30 +0,0 @@
-@font-face {
-    font-family: "Inter";
-    font-style: oblique;
-    src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
-  }
-  
-
-footer {
-    position: absolute;
-    bottom: 0; 
-    left: 0; 
-    right: 0;
-    background-color: #231543;
-    
-}
-
-footer>section {
-    display: flex;
-    justify-content: space-around;
-}
-
-footer>section>div>a {
-    color: #fff;
-    text-align: center;
-    text-decoration: none;
-    display: flex;
-    justify-content: center;
-    font-family: "Inter";
-    font-style: oblique;
-}
\ No newline at end of file
-- 
GitLab