Reduce card logo size to 32x32
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user