Update SpecificVersionsSection.tsx

This commit is contained in:
Paul Wackerow 2022-11-16 22:16:00 -08:00
parent 87665f0e35
commit e2858c04dc
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
1 changed files with 7 additions and 6 deletions

View File

@ -9,16 +9,17 @@ export const SpecificVersionsSection: FC<Props> = ({ children }) => {
return ( return (
<Flex <Flex
id='specificversions' id='specificversions'
border='2px solid' border='2px'
borderColor='brand.light.primary' borderColor='primary'
flexDir={{ base: 'column', md: 'row' }} flexDir={{ base: 'column', md: 'row' }}
> >
<Flex <Flex
p={4} p={4}
alignItems='center' alignItems='center'
justifyContent='center' justifyContent='center'
borderBottom={{ base: '2px solid #11866f', md: 'none' }} borderBottom={{ base: '2px', md: 'none' }}
borderRight={{ base: 'none', md: '2px solid #11866f' }} borderRight={{ base: 'none', md: '2px' }}
borderColor='primary'
flex='none' flex='none'
> >
{/* TODO: use NextImage */} {/* TODO: use NextImage */}
@ -27,8 +28,8 @@ export const SpecificVersionsSection: FC<Props> = ({ children }) => {
<Flex flexDir='column'> <Flex flexDir='column'>
<Stack <Stack
p={4} p={4}
borderBottom='2px solid' borderBottom='2px'
borderColor='brand.light.primary' borderColor='primary'
sx={{ mt: '0 !important' }} sx={{ mt: '0 !important' }}
> >
<Box as='h2' textStyle='h2'> <Box as='h2' textStyle='h2'>