mirror of https://github.com/kortix-ai/suna.git
Center login page buttons and improve layout responsiveness
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
This commit is contained in:
parent
0380f00647
commit
f5d84f56a4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue