Logo Anpassungen
All checks were successful
release-tag / release-image (push) Successful in 1m51s

This commit is contained in:
2025-05-06 11:16:53 +02:00
parent 477539928c
commit d912799a9e
2 changed files with 7 additions and 1 deletions

View File

@@ -72,6 +72,12 @@ a:hover { color: var(--accent-light); }
padding: var(--gap) calc(var(--gap) / 1.5);
}
.logo {
max-height: 60px; /* hier die maximale Höhe anpassen */
height: auto;
width: auto;
}
/* ---------- Kopf & Fuß ---------- */
header, footer {
background: var(--bg-alt);