mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Corrected signup card css for responsive images (#17122)
no issue The padding for the background image was wrong on smaller devices
This commit is contained in:
parent
1cbbe91a63
commit
24df9628db
1 changed files with 3 additions and 3 deletions
|
@ -349,17 +349,17 @@
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-signup-card-image:not(.kg-content-wide .kg-signup-card-image) {
|
.kg-signup-card-content .kg-signup-card-image:not(.kg-content-wide .kg-signup-card-content .kg-signup-card-image) {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: unset;
|
min-height: unset;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-content-wide .kg-signup-card-image {
|
.kg-content-wide .kg-signup-card-content .kg-signup-card-image {
|
||||||
padding: 2.4rem 0 0;
|
padding: 2.4rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-content-wide.kg-swapped .kg-signup-card-image {
|
.kg-content-wide.kg-swapped .kg-signup-card-content .kg-signup-card-image {
|
||||||
padding: 0 0 2.4rem;
|
padding: 0 0 2.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue