Browse Source

fix: left padding on content section

fix/wrong-prop-name
Patrick Gray 4 years ago
committed by pgray-hiro
parent
commit
1771a97d30
  1. 1
      src/components/layouts/base-layout.tsx

1
src/components/layouts/base-layout.tsx

@ -36,6 +36,7 @@ const BaseLayout: React.FC<{ isHome?: boolean }> = ({ children }) => {
<Flex
flexDirection={['column', 'column', 'row', 'row']}
maxWidth={`${CONTENT_MAX_WIDTH}px`}
pl={4}
mx="auto"
flexGrow={1}
>

Loading…
Cancel
Save