Reduce card logo size to 32x32
All checks were successful
Build and Push Docker Image / build (push) Successful in 41s
CI / Security audit (push) Successful in 57s
CI / Tests & coverage (push) Successful in 1m8s

This commit is contained in:
2026-05-20 00:41:04 +01:00
parent cd3480c0ce
commit 05d11975e6

View File

@@ -1432,8 +1432,8 @@ body {
/* Card-specific logo wrapper positioned at bottom right */ /* Card-specific logo wrapper positioned at bottom right */
.download-card-logo-wrapper { .download-card-logo-wrapper {
width: 48px; width: 32px;
height: 48px; height: 32px;
position: absolute; position: absolute;
bottom: 8px; bottom: 8px;
right: 8px; right: 8px;
@@ -1454,7 +1454,7 @@ body {
} }
.download-card-logo-wrapper.fallback { .download-card-logo-wrapper.fallback {
font-size: 30px; font-size: 20px;
border-radius: 4px; border-radius: 4px;
} }