aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Page/Page.tsx
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-08-11 23:17:28 +0300
committerGitHub <noreply@github.com>2020-08-11 23:17:28 +0300
commit94067ef2a0d9ac5c2aa5f45eca5366a2251ac04a (patch)
tree51e502c7d1be7c8ad2179daf2f5c9bfd27911636 /src/containers/Page/Page.tsx
parentc6723fa8a2a303f356b1756b45b2190203c96582 (diff)
parentb5ce9be31993f5b4bee9abbe57d775b7ea407507 (diff)
downloadwhich-ui-94067ef2a0d9ac5c2aa5f45eca5366a2251ac04a.tar.gz
Merge pull request #76 from which-ecosystem/redesign
Initial header redesign
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 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)