diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index bbc279bb78..17ed77af00 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -602,7 +602,6 @@ const MobileStyles = ` } .gh-portal-account-main { - margin: -24px; padding: 24px; } } diff --git a/ghost/portal/src/components/pages/AccountPlanPage.js b/ghost/portal/src/components/pages/AccountPlanPage.js index ce61e07400..210c7cfca9 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.js @@ -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 (
-
+
this.onBack} />