Move card logo to bottom right with absolute positioning, fix duplication
All checks were successful
All checks were successful
This commit is contained in:
@@ -1429,10 +1429,13 @@ body {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Card-specific logo wrapper (4x larger) */
|
||||
/* Card-specific logo wrapper positioned at bottom right */
|
||||
.download-card-logo-wrapper {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.download-client-logo {
|
||||
@@ -1450,7 +1453,7 @@ body {
|
||||
}
|
||||
|
||||
.download-card-logo-wrapper.fallback {
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user