minor design improvement

This commit is contained in:
Daniel
2023-07-20 00:55:22 -04:00
parent cf59d48bbe
commit 42719e5c6b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export default function Login() {
<p className="text-xl font-semibold text-sky-500 px-2 text-center">
Sign in to your account
</p>
<div className="p-2 my-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
<div className="p-2 my-10 mx-auto flex flex-col gap-3 justify-between sm:w-[30rem] w-80 bg-slate-50 rounded-md border border-sky-100">
<p className="text-xl text-sky-500 w-fit font-bold">
Enter your credentials
</p>