Revert all changes related to layout fix

This commit is contained in:
Imbus 2024-03-08 06:02:18 +01:00
parent d233fa4fd5
commit 2362231767

View file

@ -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>