mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some padding on appstore install button
This commit is contained in:
parent
06bffa5060
commit
c6fd8bcf4a
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export default function MobileInstallHelp({
|
|||
},
|
||||
]
|
||||
|
||||
const iosContainerStyles = { width: '100%', height: '40px', display: 'flex', justifyContent: !onboarding ? 'flex-end' : 'initial'}
|
||||
const iosContainerStyles = { marginTop: '12px', width: '100%', height: '40px', display: 'flex', justifyContent: !onboarding ? 'flex-end' : 'initial'}
|
||||
|
||||
return (
|
||||
<Box
|
||||
|
|
|
|||
Loading…
Reference in a new issue