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);

View File

@@ -13,7 +13,7 @@
</head>
<body>
<header>
<h1><a href="/"><img src="/static/img/logo.webp"></a></h1>
<h1><a href="/"><img class="logo" src="/static/img/logo.webp"></a></h1>
<nav class="main-nav">
<ul>
<li><a href="/">Startseite</a></li>