Remove small shadow on login, increase padding for mobile views

This commit is contained in:
2023-11-15 21:04:58 -06:00
parent 4be260d954
commit 999e99998b

View File

@@ -21,8 +21,8 @@ const LoginPage: NextPage = () => {
return ( return (
<Layout> <Layout>
<div className="mt-8 sm:mx-auto sm:w-full sm:max-w-md"> <div className="mt-8 sm:mx-auto sm:w-full sm:max-w-md mx-4">
<div className="bg-black/ py-8 px-4 shadow sm:rounded-lg sm:px-10"> <div className="bg-black/ py-8 px-4 sm:rounded-lg sm:px-10">
<form className="space-y-6" onSubmit={handleSubmit(onSubmit)}> <form className="space-y-6" onSubmit={handleSubmit(onSubmit)}>
<div> <div>
<label <label