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 ( return (
<Group <Group
sx={{ sx={{
position: 'absolute', position: 'fixed',
bottom: 0, bottom: 0,
right: 15, right: 15,
}} }}

View File

@@ -4,9 +4,6 @@ import { Footer } from './Footer';
const useStyles = createStyles((theme) => ({ const useStyles = createStyles((theme) => ({
main: { main: {
[theme.fn.smallerThan('md')]: {
maxWidth: '90vw',
},
[theme.fn.largerThan('md')]: { [theme.fn.largerThan('md')]: {
width: 1200, width: 1200,
}, },