From 670e0bf307c460b2ac3234f97027212a27c2ea75 Mon Sep 17 00:00:00 2001 From: Sven Steinert Date: Thu, 12 Feb 2026 19:21:00 +0100 Subject: [PATCH] modified: juconnect-strict-theme-v3/juconnect-strict/header.php modified: juconnect-strict-theme-v3/juconnect-strict/style.css --- juconnect-strict-theme-v3/juconnect-strict/header.php | 8 ++++---- juconnect-strict-theme-v3/juconnect-strict/style.css | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/juconnect-strict-theme-v3/juconnect-strict/header.php b/juconnect-strict-theme-v3/juconnect-strict/header.php index 54d9ad2..fbe06b1 100644 --- a/juconnect-strict-theme-v3/juconnect-strict/header.php +++ b/juconnect-strict-theme-v3/juconnect-strict/header.php @@ -19,10 +19,10 @@ + src="" + data-logo-light="" + data-logo-dark="" + alt="JuConnect Logo" />
diff --git a/juconnect-strict-theme-v3/juconnect-strict/style.css b/juconnect-strict-theme-v3/juconnect-strict/style.css index 5e28c18..5904df2 100644 --- a/juconnect-strict-theme-v3/juconnect-strict/style.css +++ b/juconnect-strict-theme-v3/juconnect-strict/style.css @@ -188,8 +188,9 @@ a{ color: inherit; } align-items:center; } .brand__logo{ - width: 44px; height: 44px; - border-radius: 12px; + width: clamp(120px, 16vw, 170px); + height: auto; + max-height: 44px; } .brand__name{ font-weight: 800; letter-spacing: .2px; } .brand__tagline{ font-size: var(--fs-s); color: var(--muted); }