mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed signup page pricing responsive layout bug
This commit is contained in:
parent
c45b1abede
commit
d4c648d79c
1 changed files with 3 additions and 0 deletions
|
@ -693,6 +693,8 @@ const MobileStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-plan-section {
|
||||
display: grid;
|
||||
padding: 12px 10px;
|
||||
grid-template-columns: 32px auto auto;
|
||||
grid-template-rows: auto auto;
|
||||
justify-items: start;
|
||||
|
@ -711,6 +713,7 @@ const MobileStyles = `
|
|||
grid-column: 3 / 4;
|
||||
grid-row: 1 / 3;
|
||||
justify-self: end;
|
||||
align-items: center;
|
||||
margin: 0 4px 0 12px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue