diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
commit | c140e56db162755d7f85e89306236a0a09bf4e35 (patch) | |
tree | ff2fc4a2d21c926fefb564a4e1e59458ebcdbfe4 /pages/login.tsx | |
parent | 319938d57b8cd225de1dd3f63433f6561f92311e (diff) |
site not longer broken (i think) still some inline css remains....
Diffstat (limited to 'pages/login.tsx')
-rw-r--r-- | pages/login.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.tsx b/pages/login.tsx index 9e26b50..73fbb52 100644 --- a/pages/login.tsx +++ b/pages/login.tsx @@ -50,7 +50,7 @@ export default function LoginPage() { <NavBar /> <CenteredPage width={500} style={{ height: '100vh' }}> <div className='posrel center centeredForm'> - <Vierkant className='pad-l'> + <Vierkant className='pad-l bg-800'> <form onSubmit={(e) => submitLogin(e, toast)}> <Input autofocus |