diff --git a/ghost/portal/src/App.js b/ghost/portal/src/App.js index 333e8c4364..8e63a19fca 100644 --- a/ghost/portal/src/App.js +++ b/ghost/portal/src/App.js @@ -143,7 +143,7 @@ export default class App extends React.Component { showPopup: true, site: Fixtures.site, member: Fixtures.member.free, - page: 'accountPlan' + page: 'signup' }; } return {}; diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index ac7f413425..3bbc180f41 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -11,7 +11,7 @@ export const SignupPageStyles = ` display: block; width: 56px; height: 56px; - margin: 18px 0; + margin: 10px 0 12px; background-position: 50%; background-size: cover; border-radius: 2px;