mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Mobile size fixes
no refs. - fixed account home margin - fixed change plan bottom margin
This commit is contained in:
parent
6bf8451231
commit
9a233e8210
2 changed files with 2 additions and 3 deletions
|
@ -602,7 +602,6 @@ const MobileStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-account-main {
|
||||
margin: -24px;
|
||||
padding: 24px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ export const AccountPlanPageStyles = `
|
|||
}
|
||||
|
||||
.gh-portal-expire-container {
|
||||
margin: -8px 0 18px;
|
||||
margin: -8px 0 0;
|
||||
}
|
||||
`;
|
||||
|
||||
|
@ -266,7 +266,7 @@ export default class AccountPlanPage extends React.Component {
|
|||
const {showConfirmation, newPlan} = this.state;
|
||||
return (
|
||||
<div>
|
||||
<div className='gh-portal-content with-footer'>
|
||||
<div className='gh-portal-content'>
|
||||
<Header member={member} brandColor={brandColor} onBack={e => this.onBack} />
|
||||
<PlanMain
|
||||
{...this.context}
|
||||
|
|
Loading…
Add table
Reference in a new issue