fix: align footer to bottom (#7)
This commit is contained in:
parent
e4969938c3
commit
897602c471
@ -1,5 +1,5 @@
|
||||
import React, { FC } from 'react';
|
||||
import { Box, Container, VStack } from '@chakra-ui/react';
|
||||
import { Container, VStack } from '@chakra-ui/react';
|
||||
import {
|
||||
BenefitsSection,
|
||||
Footer,
|
||||
@ -19,14 +19,12 @@ const Page: FC = () => {
|
||||
bg='white'
|
||||
centerContent
|
||||
>
|
||||
<VStack w='full' h='full' alignItems='stretch'>
|
||||
<VStack w='full' h='full' alignItems='stretch' flexGrow={1}>
|
||||
<HeroSection flexShrink={0} />
|
||||
<Box flexGrow={1}>
|
||||
<VStack as='main'>
|
||||
<BenefitsSection />
|
||||
<SocialProofSection />
|
||||
</VStack>
|
||||
</Box>
|
||||
<VStack as='main' flexGrow={1}>
|
||||
<BenefitsSection />
|
||||
<SocialProofSection />
|
||||
</VStack>
|
||||
<Footer />
|
||||
</VStack>
|
||||
</Container>
|
||||
|
Loading…
Reference in New Issue
Block a user