Logo entfernt + Links design angepasst
All checks were successful
release-tag / release-image (push) Successful in 1m56s

This commit is contained in:
2025-05-06 12:16:18 +02:00
parent b2dc65e024
commit 0fb3924382
5 changed files with 13 additions and 15 deletions

View File

@@ -65,6 +65,10 @@ a {
}
a:hover { color: var(--accent-light); }
a.no-underline {
text-decoration: none;
}
/* Container in der Mitte */
.wrapper {
max-width: 1200px;
@@ -72,12 +76,6 @@ 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);