Fix responsiveness issues

This commit is contained in:
Kamran Ahmed
2021-09-09 22:32:12 +02:00
parent b6205af02c
commit e43c21a01d
4 changed files with 16 additions and 10 deletions

View File

@ -8,10 +8,17 @@ export function StickyBanner() {
href={siteConfig.url.youtube}
bg={'yellow.300'}
color='gray.900'
// bg={'teal.900'}
// color='gray.300'
alignItems='center'
position='fixed'
left={0}
right={0}
zIndex={999}
justifyContent='center'
py='7px'
_hover={{ textDecoration: 'none', bg: 'yellow.400', }}
py='8px'
_hover={{ textDecoration: 'none', bg: 'yellow.400' }}
// _hover={{ textDecoration: 'none', bg: 'teal.800', color: 'gray.100' }}
target='_blank'
>
<YouTubeLogo style={{ height: '20px', display: 'inline-block', marginRight: '7px' }} />