Skip to content

Commit e0ec3c1

Browse files
pgray-hiroaulneau
andcommitted
Update src/components/layouts/base-layout.tsx
Co-authored-by: Thomas Osmonson <[email protected]>
1 parent 1771a97 commit e0ec3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layouts/base-layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const BaseLayout: React.FC<{ isHome?: boolean }> = ({ children }) => {
3636
<Flex
3737
flexDirection={['column', 'column', 'row', 'row']}
3838
maxWidth={`${CONTENT_MAX_WIDTH}px`}
39-
pl={4}
39+
pl="base"
4040
mx="auto"
4141
flexGrow={1}
4242
>

0 commit comments

Comments
 (0)