From 2362231767ed2b663e90785298bd6b86bcd2512f Mon Sep 17 00:00:00 2001
From: Imbus <>
Date: Fri, 8 Mar 2024 06:02:18 +0100
Subject: [PATCH] Revert all changes related to layout fix

---
 client-solid/src/Containers/Footer.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client-solid/src/Containers/Footer.tsx b/client-solid/src/Containers/Footer.tsx
index e4490eb..1c81544 100644
--- a/client-solid/src/Containers/Footer.tsx
+++ b/client-solid/src/Containers/Footer.tsx
@@ -2,8 +2,8 @@ import { JSXElement } from "solid-js";
 
 export function Footer(): JSXElement {
   return (
-    /* Note that some styles are implemented inline here, this is to mitigate CLS */
-    <footer style="width: 100%; margin-top: auto;" class="footer footer-center rounded bg-base-200 p-10 text-base-content">
+    /* Something here is causing a Layout Shift, TODO: Fix */
+    <footer class="footer footer-center mt-auto rounded bg-base-200 p-10 text-base-content">
       <nav class="grid grid-flow-col gap-4">
         <a class="link-hover link">About us</a>
         <a class="link-hover link">Contact</a>