design ideas

This commit is contained in:
Timur Ercan
2023-01-11 15:15:56 +01:00
parent 442608811a
commit 4ad760fcbe
4 changed files with 21 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ export default function Signup() {
<div className="flex min-h-full items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
<div className="w-full max-w-md space-y-8">
<div>
<Logo className="mx-auto h-12 w-auto"></Logo>
<Logo className="mx-auto h-10 w-auto"></Logo>
<h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900">
Create a shiny, new <br></br>Documenso Account{" "}
<svg
@@ -70,8 +70,8 @@ export default function Signup() {
</svg>
</h2>
<p className="mt-2 text-center text-sm text-gray-600">
Create your account and start using state<br></br> of the art
document signing for free.
Create your account and start using<br></br>
state-of-the-art document signing for free.
</p>
</div>
<FormProvider {...methods}>