From 0e877199d0a671d37ae40e307f2af91e70805fdf Mon Sep 17 00:00:00 2001 From: jbergner Date: Tue, 6 May 2025 11:20:28 +0200 Subject: [PATCH] css Anpassung --- static/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/main.css b/static/main.css index b7fadfd..986f7e8 100644 --- a/static/main.css +++ b/static/main.css @@ -71,6 +71,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);