Use lg Container width

This commit is contained in:
nickofolas
2022-04-24 22:06:40 -05:00
parent fb654dd5a1
commit e11a8fddd8
3 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
return (
<>
<Container disableGutters maxWidth="md" sx={{ mx: 0 }}>
<Container disableGutters maxWidth="lg" sx={{ mx: 0 }}>
<Button onClick={props.routeToMainPage}>Back</Button>
<Typography variant="h4">Faction Augmentations</Typography>
<Paper sx={{ p: 1, mb: 1 }}>