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;