mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2453 from omnivore-app/fix/web-logo-header
Show logo on medium devices
This commit is contained in:
commit
b06f762ef4
1 changed files with 6 additions and 3 deletions
|
|
@ -28,10 +28,13 @@ export function LogoBox(): JSX.Element {
|
|||
css={{
|
||||
ml: '15px',
|
||||
mr: '15px',
|
||||
'@md': {
|
||||
display: 'none',
|
||||
},
|
||||
|
||||
display: 'none',
|
||||
|
||||
lineHeight: '1',
|
||||
'@mdDown': {
|
||||
display: 'flex',
|
||||
},
|
||||
}}
|
||||
>
|
||||
<OmnivoreNameLogo color={theme.colors.thHighContrast.toString()} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue