diff --git a/src/components/PageLayout/PageLayout.tsx b/src/components/PageLayout/PageLayout.tsx index 72aec47b..fc315843 100644 --- a/src/components/PageLayout/PageLayout.tsx +++ b/src/components/PageLayout/PageLayout.tsx @@ -52,6 +52,7 @@ export const PageLayout: FC = ({contentWidth = 2, title = '', c py: {xs: 4, md: 8, lg: 12}, px: 2, ...sx, + '> :first-child': {mt: 0, pt: 0}, }} > {children}