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:
CCS Admin 2026-02-27 17:09:43 +00:00
parent 551212b217
commit 35b9d5a7c9

View file

@ -75,7 +75,7 @@ export function LoginPage() {
} }
return ( 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 <Button
variant="ghost" variant="ghost"
size="icon" size="icon"