From 5a970661267f4f2dde6df305d97b270cc95e9589 Mon Sep 17 00:00:00 2001 From: larssand Date: Thu, 26 Mar 2026 20:52:16 +0100 Subject: [PATCH] =?UTF-8?q?=C3=A4ndra=20loggo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/src/styles.css b/src/styles.css index 3334231..11b6b75 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1118,7 +1118,7 @@ select:focus { .overlay-logo { display: block; - margin-bottom: 12px; + margin-bottom: 0; } .position-grid h4, @@ -1228,6 +1228,15 @@ select:focus { min-width: 0; } +.overlay-header .overlay-logo { + width: 88px; + height: 88px; + max-width: 88px; + max-height: 88px; + object-fit: contain; + flex: 0 0 88px; +} + .overlay-header-copy { min-width: 0; } @@ -1358,8 +1367,10 @@ select:focus { } .overlay-obs-logo { - width: 36px; - height: 36px; + width: 56px; + height: 56px; + max-width: 56px; + max-height: 56px; } .overlay-obs-brandline h2 { @@ -1730,8 +1741,11 @@ select:focus { } .overlay-shell-dense .overlay-logo { - width: 34px; - height: 34px; + width: 56px; + height: 56px; + max-width: 56px; + max-height: 56px; + flex-basis: 56px; } .overlay-fastest-banner-dense {