Sticky banner update
This commit is contained in:
@ -88,7 +88,7 @@ function MobileMenuLinks() {
|
||||
|
||||
export function GlobalHeader() {
|
||||
return (
|
||||
<Box bg='gray.900' p='58px 0 20px'>
|
||||
<Box bg='gray.900' p='20px 0'>
|
||||
<Container maxW='container.md'>
|
||||
<Flex justifyContent='space-between' alignItems='center'>
|
||||
<Box>
|
||||
|
@ -10,9 +10,8 @@ export function StickyBanner() {
|
||||
bg={'yellow.300'}
|
||||
color='gray.900'
|
||||
alignItems='center'
|
||||
position='fixed'
|
||||
left={0}
|
||||
right={0}
|
||||
position='sticky'
|
||||
top={0}
|
||||
zIndex={999}
|
||||
justifyContent='center'
|
||||
py='8px'
|
||||
|
Reference in New Issue
Block a user