0
Fork 0
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:
Peter Zimon 2020-07-22 10:47:39 +02:00
parent 933fbfb079
commit 31407ba6a3

View file

@ -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 {