mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-06 09:14:32 -06:00
Remove small shadow on login, increase padding for mobile views
This commit is contained in:
@@ -21,8 +21,8 @@ const LoginPage: NextPage = () => {
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<div className="mt-8 sm:mx-auto sm:w-full sm:max-w-md">
|
||||
<div className="bg-black/ py-8 px-4 shadow sm:rounded-lg sm:px-10">
|
||||
<div className="mt-8 sm:mx-auto sm:w-full sm:max-w-md mx-4">
|
||||
<div className="bg-black/ py-8 px-4 sm:rounded-lg sm:px-10">
|
||||
<form className="space-y-6" onSubmit={handleSubmit(onSubmit)}>
|
||||
<div>
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user