Skip to content

Commit 25c4071

Browse files
committed
chore: fix contributor-page fix
1 parent 8e8914b commit 25c4071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
1111
px="5%"
1212
mx={{ base: '2rem', md: '6rem', lg: '10rem' }}
1313
as="main"
14+
minH={{ base: 'calc(75vh - 3.5rem)' }}
1415
>
1516
{children}
1617
</Box>

0 commit comments

Comments
 (0)