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