mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Some extra margin on the install view
This commit is contained in:
parent
9c00555ab7
commit
9b66d40c47
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ export default function Installation(): JSX.Element {
|
|||
css={{
|
||||
maxWidth: '50rem',
|
||||
margin: 'auto',
|
||||
marginTop: '40px',
|
||||
marginBottom: '100px',
|
||||
padding: '10px',
|
||||
borderRadius: '6px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue