mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed plan detail spacings
This commit is contained in:
parent
933fbfb079
commit
31407ba6a3
1 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,7 @@ export const PlanSectionStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-plan-details {
|
||||
margin-top: 12px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.gh-portal-plan-name {
|
||||
|
@ -72,9 +72,11 @@ export const PlanSectionStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-plan-note {
|
||||
margin-top: 8px;
|
||||
margin-top: 6px;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.25em;
|
||||
}
|
||||
|
||||
.gh-portal-plan-checkbox {
|
||||
|
|
Loading…
Add table
Reference in a new issue