💄 Improve minor styles

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-14 21:42:11 +02:00
parent 4545a6bbf5
commit 95bae5929c
2 changed files with 2 additions and 2 deletions

View File

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