Skip to content

Commit 5e051a1

Browse files
authored
Merge pull request #234 from Developer-DAO/feat/contributor-page-fix
chore: fix contributor-page fix
2 parents 8e8914b + 25c4071 commit 5e051a1

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)