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