change requests

pull/26459/head^2
Corwin Smith 2 years ago
parent 4079c37950
commit d7a2af0cef
  1. 6
      src/components/UI/downloads/DownloadsHero.tsx
  2. 2
      src/components/UI/homepage/HomeHero.tsx

@ -40,14 +40,14 @@ export const DownloadsHero: FC<DownloadsHero> = ({
DOWNLOAD_HEADER_BUTTONS.sourceCode.buildURL = sourceCodeURL;
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 mb={4} direction={{ base: 'column', md: 'row-reverse' }}>
<Flex
py={{ base: 0 }}
px={{ base: 8 }}
flex={{ base: 'none' }}
display={{ base: '', lg: 'none' }}
display={{ base: 'block', lg: 'none' }}
>
<Center>
<Image
@ -126,6 +126,6 @@ export const DownloadsHero: FC<DownloadsHero> = ({
/>
</Center>
</Flex>
</Flex>
</Grid>
);
};

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

Loading…
Cancel
Save