aboutsummaryrefslogtreecommitdiff
path: root/src/pages/NotificationsPage/NotificationsPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/NotificationsPage/NotificationsPage.tsx')
-rw-r--r--src/pages/NotificationsPage/NotificationsPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/NotificationsPage/NotificationsPage.tsx b/src/pages/NotificationsPage/NotificationsPage.tsx
index 3c39ba3..064fbd4 100644
--- a/src/pages/NotificationsPage/NotificationsPage.tsx
+++ b/src/pages/NotificationsPage/NotificationsPage.tsx
@@ -4,7 +4,7 @@ import { Typography } from '@material-ui/core';
const useStyles = makeStyles(theme => ({
root: {
- marginTop: theme.spacing(40),
+ marginTop: theme.spacing(25),
textAlign: 'center'
}
}));