Skip to content

Commit

Permalink
style(auth): create responsive for signin page
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 12, 2024
1 parent ca94f08 commit 57f2b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/signin/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const SignInModule: React.FC = () => {
};

return (
<div className="flex h-screen items-center justify-center bg-black bg-cover bg-no-repeat">
<div className="flex w-1/3 flex-col items-center justify-center border border-gray-200 bg-white bg-opacity-10 p-14 backdrop-blur-md backdrop-filter">
<div className="flex h-screen items-center justify-center bg-slate-900">
<div className="justify-cente flex w-full flex-col items-center bg-opacity-0 p-8 backdrop-blur-md backdrop-filter md:w-1/2 md:border md:border-gray-200 md:bg-opacity-20 md:p-14 lg:w-1/3">
<h1 className="mb-5 text-xl font-bold uppercase text-white">Sign In</h1>
<form
onSubmit={handleSubmit(onSubmit)}
Expand Down

0 comments on commit 57f2b7f

Please sign in to comment.