From a2e87de41ad9c3e6e19648a963d949beff6e0182 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sun, 28 Jan 2024 17:40:19 -0600 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 2 +- src/styles/signup.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 9b0ebae..1229eff 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -513,7 +513,7 @@ const SignupPage = () => { Add additional accounts

- Username(s) and access will be setup later + User profiles will be setup later

diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 02e050d..8e57ab1 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -230,8 +230,8 @@ .signup-accounts-info { font-weight: 300; font-size: 0.93rem; - margin-top: 0px; - margin-left: 5px; + margin-left: auto; + margin-right: auto; } .signup-select-wrapper {