diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index c03d1e1524..13326accf3 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -885,8 +885,7 @@ const MobileStyles = ` max-height: 660px; margin-bottom: 0; } - - .preview .gh-portal-btn-container .gh-portal-signup-message, + .preview .gh-portal-invite-only-notification + .gh-portal-signup-message { margin-bottom: 16px; } diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index d6a35d0435..71c8301b0d 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -88,7 +88,7 @@ export const SignupPageStyles = ` justify-content: center; color: var(--grey4); font-size: 1.5rem; - margin-top: 8px; + margin: 16px 0 0; } .gh-portal-signup-message, @@ -146,10 +146,6 @@ footer.gh-portal-signin-footer { margin-bottom: 0; } -.gh-portal-content.signup.noplan { - margin-bottom: -8px; -} - .gh-portal-content.signup.single-field { margin-bottom: 4px; }