diff options
Diffstat (limited to 'modern/src/StartPage.js')
-rw-r--r-- | modern/src/StartPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/StartPage.js b/modern/src/StartPage.js index 3edc5b31..1472f501 100644 --- a/modern/src/StartPage.js +++ b/modern/src/StartPage.js @@ -16,7 +16,7 @@ const useStyles = makeStyles((theme) => ({ paddingBottom: theme.spacing(5), width: theme.dimensions.sidebarWidth, [theme.breakpoints.down('md')]: { - width: theme.dimensions.tabletSidebarWidth, + width: theme.dimensions.sidebarWidthTablet, }, [theme.breakpoints.down('xs')]: { width: '0px', |