Skip to content

Commit

Permalink
Merge branch 'landing-page' into landing-cards
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski authored Apr 19, 2024
2 parents 36af881 + 4e40ecd commit 127b14e
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 @@ -23,7 +23,14 @@ const PARTNER_LOGOS: Pick<ImageProps, "src" | "maxW" | "alt">[] = [

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"
>
<VStack spacing={4} mx={32} align="stretch">
<HStack spacing={5} align="stretch" mb={12} w="full">
<IconCard
Expand Down

0 comments on commit 127b14e

Please sign in to comment.