refactor: card title and layout tweaks

This commit is contained in:
Stavros
2026-02-28 21:14:12 +02:00
parent cd168cd435
commit 570da3590d
16 changed files with 281 additions and 111 deletions

View File

@@ -52,9 +52,9 @@ export const LogoutPage = () => {
}
return (
<Card className="min-w-xs sm:min-w-sm">
<CardHeader>
<CardTitle className="text-3xl">{t("logoutTitle")}</CardTitle>
<Card className="min-w-xs">
<CardHeader className="gap-1.5">
<CardTitle className="text-xl">{t("logoutTitle")}</CardTitle>
<CardDescription>
{provider !== "local" && provider !== "ldap" ? (
<Trans