We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1771a97 commit e0ec3c1Copy full SHA for e0ec3c1
src/components/layouts/base-layout.tsx
@@ -36,7 +36,7 @@ const BaseLayout: React.FC<{ isHome?: boolean }> = ({ children }) => {
36
<Flex
37
flexDirection={['column', 'column', 'row', 'row']}
38
maxWidth={`${CONTENT_MAX_WIDTH}px`}
39
- pl={4}
+ pl="base"
40
mx="auto"
41
flexGrow={1}
42
>
0 commit comments