Skip to content

Commit

Permalink
Make landing page container fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Apr 18, 2024
1 parent a165f04 commit 4e40ecd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dapp/src/pages/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ import { Flex } from "@chakra-ui/react"

export default function LandingPage() {
return (
<Flex w="full" flexFlow="column" px={10}>
<Flex
w="full"
flexFlow="column"
px={10}
pb={10}
maxW="100.625rem"
mx="auto"
>
Content
</Flex>
)
Expand Down

0 comments on commit 4e40ecd

Please sign in to comment.