This commit is contained in:
2020-08-22 11:12:56 +02:00
parent 3f0f791dbe
commit 2824588e4f
11 changed files with 132 additions and 167 deletions

View File

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