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

Fixed signup and header card split layout bug on frontend (#17916)

No ref
This commit is contained in:
Sanne de Vries 2023-09-01 09:20:17 +02:00 committed by GitHub
parent 608d4dfa10
commit a19883ac75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@
/* Split layout image */
.kg-header-card-content .kg-header-card-image {
width: 100%;
/* this will force the image to follow the signup card height */
height: 0;
min-height: 100%;

View file

@ -86,6 +86,7 @@
/* Split layout image */
.kg-signup-card-content .kg-signup-card-image {
width: 100%;
/* this will force the image to follow the signup card height */
height: 0;
min-height: 100%;