From 05d11975e68ba0e647338e433fa986b1ea211b94 Mon Sep 17 00:00:00 2001 From: Gronod Date: Wed, 20 May 2026 00:41:04 +0100 Subject: [PATCH] Reduce card logo size to 32x32 --- public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index dfdf919..4d3d4b4 100644 --- a/public/style.css +++ b/public/style.css @@ -1432,8 +1432,8 @@ body { /* Card-specific logo wrapper positioned at bottom right */ .download-card-logo-wrapper { - width: 48px; - height: 48px; + width: 32px; + height: 32px; position: absolute; bottom: 8px; right: 8px; @@ -1454,7 +1454,7 @@ body { } .download-card-logo-wrapper.fallback { - font-size: 30px; + font-size: 20px; border-radius: 4px; }