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

This commit is contained in:
2025-05-06 15:54:10 +02:00
parent 8d77eb94e8
commit 7873cbe132
2 changed files with 11 additions and 0 deletions

View File

@@ -76,6 +76,13 @@ a.no-underline {
padding: var(--gap) calc(var(--gap) / 1.5);
}
img.footer {
max-width: 150px;
max-height: 60px; /* oder ein anderer fixer Wert, z. B. 500px */
width: auto;
height: auto;
}
/* ---------- Kopf & Fuß ---------- */
header, footer {
background: var(--bg-alt);