This commit is contained in:
2020-08-21 23:00:23 +02:00
parent 42e8de1473
commit 3f0f791dbe

View File

@@ -9,7 +9,7 @@ const App: React.FC = () => (
<GithubProvider username="morten-olsen">
<EncryptionProvider>
<Layout style={{minHeight:"100vh"}}>
<Layout.Content style={{ padding: '25px', flex: 1 }}>
<Layout.Content style={{ padding: '25px', maxWidth: '800px', width: '100%', margin: 'auto' }}>
<AppRouter/>
</Layout.Content>
</Layout>