diff --git a/src/pages/PageLayout.styles.tsx b/src/pages/PageLayout.styles.tsx index dba4136..b9f8c5f 100644 --- a/src/pages/PageLayout.styles.tsx +++ b/src/pages/PageLayout.styles.tsx @@ -66,7 +66,7 @@ export const styles = (theme: Theme) => paddingRight: theme.spacing.unit * 2 }, pageMinimalBreak: { - height: isAppbarExpanded() ? 80 : 64, + height: isAppbarExpanded() ? 80 : 56, [theme.breakpoints.up("md")]: { height: isAppbarExpanded() ? 88 : 64 } @@ -78,7 +78,7 @@ export const styles = (theme: Theme) => width: "100%", color: theme.palette.common.white, zIndex: 1, - top: isAppbarExpanded() ? 80 : 64, + top: isAppbarExpanded() ? 80 : 56, [theme.breakpoints.up("md")]: { top: isAppbarExpanded() ? 88 : 64 }