aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Page/Page.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-12 02:35:57 +0300
committereug-vs <eug-vs@keemail.me>2020-08-12 02:35:57 +0300
commitc0ffa44a3438c15a40f41b3e732cab993005ec58 (patch)
treed6838da86209fc1e38d0bc536ba7763c97825c5f /src/containers/Page/Page.tsx
parentafda959598a04553e0a27c5b543f161472b79828 (diff)
downloadwhich-ui-c0ffa44a3438c15a40f41b3e732cab993005ec58.tar.gz
style: decrease mobile page margin
Diffstat (limited to 'src/containers/Page/Page.tsx')
-rw-r--r--src/containers/Page/Page.tsx2
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)