mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-08 14:35:49 +01:00
Change layout
This commit is contained in:
@@ -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,
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user