Break community button on small devices

This commit is contained in:
Jackson Harper 2022-04-06 15:08:43 -07:00
parent f923eb204c
commit 0cdb1a08ac

View file

@ -188,7 +188,7 @@ function NavHeader(props: NavHeaderProps): JSX.Element {
alignment="center"
css={{ display: 'flex', alignItems: 'center' }}
>
<Box css={{ '@xsmDown': { visibility: 'collapse' } }}>
<Box css={{ '@smDown': { visibility: 'collapse' } }}>
<a href="https://github.com/omnivore-app/omnivore" target='_blank' rel="noreferrer">
<Button style="ctaLightGray" css={{ background: 'unset', mr: '32px' }}>
<HStack css={{ height: '100%' }}>