Update basic layout

This commit is contained in:
Aj - Thomas
2022-05-14 01:19:12 +02:00
parent 32f81cefe7
commit cf17aa61cc

View File

@@ -7,7 +7,7 @@ import Navbar from './Navbar';
const useStyles = createStyles((theme) => ({
main: {
[theme.fn.largerThan('md')]: {
width: 1200,
maxWidth: 1200,
},
},
}));