Center login page buttons and improve layout responsiveness

Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
This commit is contained in:
Cursor Agent 2025-07-19 14:01:40 +00:00
parent 0380f00647
commit f5d84f56a4
1 changed files with 1 additions and 1 deletions

View File

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