diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-11 21:38:47 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-11 21:38:47 +0300 |
commit | 4bcabf751b8292fee696db5e027f38b1838b0be6 (patch) | |
tree | 82f7b42441dd419037e3c59142a3f9c6b1421870 /src/containers | |
parent | c6723fa8a2a303f356b1756b45b2190203c96582 (diff) | |
download | which-ui-4bcabf751b8292fee696db5e027f38b1838b0be6.tar.gz |
feat: add mobile header
Diffstat (limited to 'src/containers')
-rw-r--r-- | src/containers/Page/Page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Page/Page.tsx b/src/containers/Page/Page.tsx index 643e6de..f6a0aa5 100644 --- a/src/containers/Page/Page.tsx +++ b/src/containers/Page/Page.tsx @@ -16,7 +16,7 @@ const Notifications = React.lazy(() => import('../Notifications/Notifications')) const useStyles = makeStyles(theme => ({ root: { [theme.breakpoints.down('sm')]: { - margin: theme.spacing(2, 0, 12, 0) + margin: theme.spacing(15, 0, 12, 0) }, [theme.breakpoints.up('md')]: { margin: theme.spacing(15, 5, 8, 5) |