official logo

This commit is contained in:
Julian Krauser 2025-01-18 16:45:03 +01:00
parent 020c7c6cb9
commit 9e50d95d7b
11 changed files with 13 additions and 11 deletions

View file

@ -2,7 +2,7 @@
<div class="grow flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-md w-full space-y-8 pb-20">
<div class="flex flex-col items-center gap-4">
<img src="/Logo.png" alt="LOGO" class="h-36" />
<img src="/Logo.png" alt="LOGO" class="h-auto w-full" />
<h2 class="text-center text-4xl font-extrabold text-gray-900">Einrichtung</h2>
</div>