0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added missing cover style for signup card in frontend

This commit is contained in:
Simon Backx 2023-06-14 10:18:27 +02:00
parent 4e082a33cc
commit dbf6ccf29e

View file

@ -69,6 +69,10 @@
object-position: center;
}
.kg-background-size-contain .kg-signup-card-image {
object-fit: contain;
}
.kg-signup-card-image.kg-style-accent {
background-color: var(--ghost-accent-color);
}