Skip to content

Commit aedd80c

Browse files
committed
feat: added responsive design to all interfaces
1 parent 61068a6 commit aedd80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/signin/components/sign-in-form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function LoginForm() {
7373
return (
7474
<div className="w-full h-full flex justify-center items-center">
7575
{shouldOpenForgetPasswordModal && <ForgetPasswordModal />}
76-
<form className="w-1/3 h-1/4 bg-white shadow-md rounded px-8 pt-6 pb-8">
76+
<form className="w-full h-1/4 px-4 pt-3 pb-4 m-2 bg-white shadow-md rounded sm:w-1/3 sm:h-1/4 sm:px-8 sm:pt-6 sm:pb-8">
7777
<InputForm
7878
label="User username"
7979
placeholder="User username"

0 commit comments

Comments
 (0)