Some extra margin on the install view

This commit is contained in:
Jackson Harper 2023-02-27 14:05:59 +08:00
parent 9c00555ab7
commit 9b66d40c47

View file

@ -11,6 +11,7 @@ export default function Installation(): JSX.Element {
css={{
maxWidth: '50rem',
margin: 'auto',
marginTop: '40px',
marginBottom: '100px',
padding: '10px',
borderRadius: '6px',