0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Aligned plan section to center

This commit is contained in:
Peter Zimon 2020-07-22 10:00:13 +02:00
parent 8c98bf753e
commit b2bfca4d0b

View file

@ -7,6 +7,9 @@ export const PlanSectionStyles = `
}
.gh-portal-plan-section {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
padding: 16px;
flex: 1;
@ -69,8 +72,9 @@ export const PlanSectionStyles = `
}
.gh-portal-plan-note {
margin-top: 10px;
margin-top: 8px;
color: #999;
text-align: center;
}
.gh-portal-plan-checkbox {