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:
parent
8c98bf753e
commit
b2bfca4d0b
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue