Authelia funktionert, errorpage angepasst
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 12s

This commit is contained in:
2026-04-01 17:30:42 +02:00
parent 39c87726a2
commit 63e2336c3b

View File

@@ -11,7 +11,7 @@ interface props {
const { title = "404" } = Astro.props; const { title = "404" } = Astro.props;
--- ---
<div class="grid place-items-center min-h-[60vh] w-full error-component"> <div class="grid place-items-center min-h-[60vh] w-full error-component mt-6">
<div <div
class="w-full sm:max-w-lg bg-red-50 text-red-500 p-0 sm:rounded-lg sm:shadow border-b-2 sm:border-2 border-red-500 text-center" class="w-full sm:max-w-lg bg-red-50 text-red-500 p-0 sm:rounded-lg sm:shadow border-b-2 sm:border-2 border-red-500 text-center"
> >