mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-08 06:25:48 +01:00
Update basic layout
This commit is contained in:
@@ -7,7 +7,7 @@ import Navbar from './Navbar';
|
|||||||
const useStyles = createStyles((theme) => ({
|
const useStyles = createStyles((theme) => ({
|
||||||
main: {
|
main: {
|
||||||
[theme.fn.largerThan('md')]: {
|
[theme.fn.largerThan('md')]: {
|
||||||
width: 1200,
|
maxWidth: 1200,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user