mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 22:15:49 +01:00
Change layout
This commit is contained in:
@@ -51,7 +51,7 @@ export function Footer({ links }: FooterCenteredProps) {
|
||||
return (
|
||||
<Group
|
||||
sx={{
|
||||
position: 'absolute',
|
||||
position: 'fixed',
|
||||
bottom: 0,
|
||||
right: 15,
|
||||
}}
|
||||
|
||||
@@ -4,9 +4,6 @@ import { Footer } from './Footer';
|
||||
|
||||
const useStyles = createStyles((theme) => ({
|
||||
main: {
|
||||
[theme.fn.smallerThan('md')]: {
|
||||
maxWidth: '90vw',
|
||||
},
|
||||
[theme.fn.largerThan('md')]: {
|
||||
width: 1200,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user