Revert all changes related to layout fix
This commit is contained in:
parent
d233fa4fd5
commit
2362231767
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue