diff --git a/src/blocks/Layout/Layout.tsx b/src/blocks/Layout/Layout.tsx index e699ee8e..67b1215a 100644 --- a/src/blocks/Layout/Layout.tsx +++ b/src/blocks/Layout/Layout.tsx @@ -36,8 +36,8 @@ export const Layout = ({ fullWidth, mobileOrder, children, - paddingTop = 'xs', - paddingBottom = 'xs', + paddingTop = '0', + paddingBottom = '0', }: PropsWithChildren) => { const layout: LayoutType = useMemo(() => { const layoutConfig: LayoutType = { diff --git a/src/components/Wrapper/Wrapper.tsx b/src/components/Wrapper/Wrapper.tsx index 4aef19f6..1102c411 100644 --- a/src/components/Wrapper/Wrapper.tsx +++ b/src/components/Wrapper/Wrapper.tsx @@ -24,7 +24,7 @@ export const Wrapper: React.FunctionComponent = ({