Skip to content

Commit

Permalink
Remove top spacing on first child of content (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl authored Nov 23, 2024
1 parent 2bb82fd commit 4d3ee28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const PageLayout: FC<PageLayoutProps> = ({contentWidth = 2, title = '', c
py: {xs: 4, md: 8, lg: 12},
px: 2,
...sx,
'> :first-child': {mt: 0, pt: 0},
}}
>
{children}
Expand Down

0 comments on commit 4d3ee28

Please sign in to comment.