diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-12 02:35:57 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-12 02:35:57 +0300 |
commit | c0ffa44a3438c15a40f41b3e732cab993005ec58 (patch) | |
tree | d6838da86209fc1e38d0bc536ba7763c97825c5f /src/containers/Page | |
parent | afda959598a04553e0a27c5b543f161472b79828 (diff) | |
download | which-ui-c0ffa44a3438c15a40f41b3e732cab993005ec58.tar.gz |
style: decrease mobile page margin
Diffstat (limited to 'src/containers/Page')
-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 f6a0aa5..b9c08cb 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(15, 0, 12, 0) + margin: theme.spacing(12, 0, 12, 0) }, [theme.breakpoints.up('md')]: { margin: theme.spacing(15, 5, 8, 5) |