restored old widths

This commit is contained in:
Carter 2026-05-20 15:33:40 -06:00
parent dad451c6af
commit a84c09a5c8
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ const useStyles = makeStyles((theme: Theme) => ({
paddingBottom: 0,
},
[theme.breakpoints.up("md")]: {
paddingLeft: theme.spacing(8)
paddingLeft: theme.spacing(9)
},
},
container: {