Change layout

This commit is contained in:
Aj - Thomas
2022-04-25 23:33:03 +02:00
parent 2730f79a21
commit 49023373fb
2 changed files with 1 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ export function Footer({ links }: FooterCenteredProps) {
return (
<Group
sx={{
position: 'absolute',
position: 'fixed',
bottom: 0,
right: 15,
}}