Update SpecificVersionsSection.tsx
This commit is contained in:
parent
87665f0e35
commit
e2858c04dc
|
@ -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'>
|
||||||
|
|
Loading…
Reference in New Issue