diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 692e193..ce1f30b 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -431,7 +431,7 @@ const SignupPage = () => { {showAddAccount ? (
{" "} -
+
Add additional accounts
diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 04c746a..3b9dd41 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -83,6 +83,13 @@ width: 50%; } +.plan-header-right-low { + display: flex; + flex-direction: row; + padding: 12px 14px; + width: 100%; +} + .plan-header-left { display: flex; flex-direction: row-reverse;