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:
parent
608d4dfa10
commit
a19883ac75
2 changed files with 2 additions and 0 deletions
|
@ -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%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue