From 2e9735c5c426a99d9e56cecbc1705676b975761d Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Fri, 13 May 2022 12:48:23 +0200 Subject: [PATCH] Fixed footer spacings for multiple tiers signup --- ghost/portal/src/components/pages/SignupPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index 71c8301b0d..e88f76fad9 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -97,7 +97,7 @@ export const SignupPageStyles = ` } .full-size .gh-portal-signup-message { - margin-bottom: 40px; + margin: 24px 0 40px; } @media (max-width: 480px) {