Merge pull request #1010 from kortix-ai/cursor/fix-email-page-button-alignment-3708

Fix email page button alignment
This commit is contained in:
Marko Kraemer 2025-07-19 16:05:28 +02:00 committed by GitHub
commit cfd937b65f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ function LoginContent() {
</p>
</div>
<div className="flex flex-col sm:flex-row gap-3">
<div className="flex flex-col sm:flex-row gap-3 justify-center items-center">
<Link
href="/"
className="flex h-11 items-center justify-center px-6 text-center rounded-lg border border-border bg-background hover:bg-accent transition-colors"