create-account-line updated

This commit is contained in:
ChineseChikki
2023-01-26 14:47:19 +01:00
parent 73af103173
commit 2c4fb4df08
+1 -1
View File
@@ -37,7 +37,7 @@ export default function SignUp() {
<h1 className="sm:text-5xl text-4xl font-bold text-dark-gray dark:text-white leading-2"> <h1 className="sm:text-5xl text-4xl font-bold text-dark-gray dark:text-white leading-2">
Create Account Create Account
</h1> </h1>
<div className="shape sm:w-[377px] w-[280px] -mt-2.5 ml-5"> <div className="shape sm:w-[377px] w-[280px] mb-[10px] ml-5">
<img src={titleShape} alt="shape" /> <img src={titleShape} alt="shape" />
</div> </div>
</div> </div>