change requests

This commit is contained in:
Corwin Smith 2022-11-09 14:28:50 -07:00
parent 4079c37950
commit d7a2af0cef
2 changed files with 4 additions and 4 deletions

View File

@ -40,14 +40,14 @@ export const DownloadsHero: FC<DownloadsHero> = ({
DOWNLOAD_HEADER_BUTTONS.sourceCode.buildURL = sourceCodeURL; DOWNLOAD_HEADER_BUTTONS.sourceCode.buildURL = sourceCodeURL;
return ( return (
<Flex border='3px solid' borderColor='brand.light.primary' py={4} px={4} flexDirection='row'> <Grid border='3px solid' borderColor='brand.light.primary' p={4} templateColumns={{ base: 'repeat(1, 1fr)', lg: '1fr 430px' }} gap={4}>
<Flex flexDirection='column'> <Flex flexDirection='column'>
<Flex mb={4} direction={{ base: 'column', md: 'row-reverse' }}> <Flex mb={4} direction={{ base: 'column', md: 'row-reverse' }}>
<Flex <Flex
py={{ base: 0 }} py={{ base: 0 }}
px={{ base: 8 }} px={{ base: 8 }}
flex={{ base: 'none' }} flex={{ base: 'none' }}
display={{ base: '', lg: 'none' }} display={{ base: 'block', lg: 'none' }}
> >
<Center> <Center>
<Image <Image
@ -126,6 +126,6 @@ export const DownloadsHero: FC<DownloadsHero> = ({
/> />
</Center> </Center>
</Flex> </Flex>
</Flex> </Grid>
); );
}; };

View File

@ -19,7 +19,7 @@ export const HomeHero: FC = () => {
textStyle='h1' textStyle='h1'
mb={{ base: 2, md: 4 }} mb={{ base: 2, md: 4 }}
textAlign={{ base: 'center', md: 'left' }} textAlign={{ base: 'center', md: 'left' }}
fontSize={{ base: '3rem', md: '6rem' }} fontSize={{ base: '5xl', md: '8xl' }}
lineHeight={{ md: '6rem' }} lineHeight={{ md: '6rem' }}
fontWeight='500' fontWeight='500'
> >