From bef59b1fe063e90c1699a02aafafe19e426fa750 Mon Sep 17 00:00:00 2001 From: jbergner Date: Tue, 6 May 2025 12:16:09 +0200 Subject: [PATCH] Logo entfernt + Link Design angepasst --- static/main.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/main.css b/static/main.css index 3d38cb5..8dc045a 100644 --- a/static/main.css +++ b/static/main.css @@ -64,6 +64,11 @@ a { } a:hover { color: var(--accent-light); } + +a.no-underline { + text-decoration: none; +} + /* Container in der Mitte */ .wrapper { max-width: 1200px; @@ -71,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);