mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 18:23:42 +00:00
fix: position legal links below login card instead of beside it
Add flex-col to login page container so Impressum/Datenschutz links render as a proper footer below the login card. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
551212b217
commit
35b9d5a7c9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export function LoginPage() {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="flex min-h-screen items-center justify-center bg-background px-4">
|
||||
<div className="flex min-h-screen flex-col items-center justify-center bg-background px-4">
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
|
|
|
|||
Loading…
Reference in a new issue