Skip to content

Commit

Permalink
unrelated: solve content too close to main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl committed Nov 23, 2024
1 parent 78f56e4 commit 624f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const PageLayout: FC<PageLayoutProps> = ({contentWidth = 2, title = '', c
<Grid xs={0} md={3} sx={{position: 'relative', display: {xs: 'none', md: 'block'}}}>
<StromLogo />
</Grid>
<Grid xs={12} md={contentWidth * 3} sx={{py: 2, px: 1, ...sx}}>
<Grid xs={12} md={contentWidth * 3} sx={{py: 2, px: 2, ...sx}}>
{children}
</Grid>
</Grid>
Expand Down

0 comments on commit 624f338

Please sign in to comment.