From 7c96c543fb9249b99602200a980287f8ebb5c19f Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Mon, 5 Feb 2024 21:31:13 -0600 Subject: [PATCH 1/2] more --- src/styles/signup.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/signup.scss b/src/styles/signup.scss index f3b6031..0d7b975 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -63,6 +63,7 @@ flex-direction: row; justify-content: flex-end; padding-right: 14px; + margin-top: 28px; } .signup-freebie-box { @@ -167,6 +168,7 @@ display: flex; flex-direction: row; flex-wrap: wrap; + justify-content: flex-end; padding: 6px; width: 100%; } @@ -268,6 +270,12 @@ margin: 6px 0px; } +.details-foo-box { + display: flex; + justify-content: flex-end; + margin-top: 12px; +} + .signup-select-box { display: flex; flex-direction: column; From 5fb5869758404cd436398a152a5979fd899d3278 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Mon, 5 Feb 2024 21:33:10 -0600 Subject: [PATCH 2/2] more --- src/styles/signup.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 0d7b975..dbe7f67 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -441,7 +441,8 @@ .signup-proceed { width: 160px; - margin-left: 3px; + margin-left: 0px; + margin-top: 12px; } .signup-select-wrapper {