diff options
author | Desmond Kyeremeh <elDekyfin@gmail.com> | 2021-07-02 15:53:52 +0000 |
---|---|---|
committer | Desmond Kyeremeh <elDekyfin@gmail.com> | 2021-07-02 15:53:52 +0000 |
commit | 529e51405db4a086a8eae8e63602f46c3e67fab4 (patch) | |
tree | 75f76794157e8959209c81d42bedbbd7116cce47 /modern/src/settings | |
parent | a474d75a7cbb65f25fe6332df70b4fbc8dcb7707 (diff) | |
download | trackermap-web-529e51405db4a086a8eae8e63602f46c3e67fab4.tar.gz trackermap-web-529e51405db4a086a8eae8e63602f46c3e67fab4.tar.bz2 trackermap-web-529e51405db4a086a8eae8e63602f46c3e67fab4.zip |
Minor fixes
Diffstat (limited to 'modern/src/settings')
-rw-r--r-- | modern/src/settings/OptionsLayout/index.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modern/src/settings/OptionsLayout/index.js b/modern/src/settings/OptionsLayout/index.js index 4bcb380e..37b63551 100644 --- a/modern/src/settings/OptionsLayout/index.js +++ b/modern/src/settings/OptionsLayout/index.js @@ -32,7 +32,10 @@ const useStyles = makeStyles(theme => ({ }, content: { flex: 1, - padding: theme.spacing(5, 3, 3, 3) + padding: theme.spacing(5, 3, 3, 3), + [theme.breakpoints.down('md')]:{ + paddingTop: theme.spacing(10) + } }, drawerHeader: { ...theme.mixins.toolbar, |