Adds a bit of margin to left and right for better mobile display

pull/252/head
Alex van Andel 2021-06-09 21:47:00 +00:00
parent 4448175377
commit 9aeb996aef
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default function Login({ csrfToken }) {
</div>
<div className="mt-8 sm:mx-auto sm:w-full sm:max-w-md">
<div className="bg-white py-8 px-4 shadow rounded-lg sm:px-10">
<div className="bg-white py-8 px-4 mx-2 shadow rounded-lg sm:px-10">
<form className="space-y-6" method="post" action="/api/auth/callback/credentials">
<input name='csrfToken' type='hidden' defaultValue={csrfToken} hidden/>
<div>