diff options
Diffstat (limited to 'src/pages/Page.tsx')
-rw-r--r-- | src/pages/Page.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/Page.tsx b/src/pages/Page.tsx index 2a09228..24487f3 100644 --- a/src/pages/Page.tsx +++ b/src/pages/Page.tsx @@ -10,9 +10,7 @@ import { useNavigate } from '../hooks/useNavigate'; const useStyles = makeStyles(theme => ({ root: { - width: theme.spacing(75), - marginTop: theme.spacing(15), - margin: '0 auto' + margin: theme.spacing(15, 5, 5, 8) } })); |