From 81c5b2098583d7c522c050f5f99ae53043bd1012 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sun, 28 Jan 2024 17:36:28 -0600 Subject: [PATCH] more --- src/styles/signup.scss | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 0aef894..02e050d 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -84,13 +84,12 @@ width: 50%; } -.plan-header-right-low { +.plan-header-right-lower { display: flex; - flex-direction: row; + flex-direction: column; justify-content: center; - margin: auto; - padding: 12px 14px; - width: 100%; + margin-left: auto; + margin-right: auto; } .plan-header-left { @@ -244,7 +243,7 @@ } .signup-select-box { - width: 90px; + width: 160px; margin-left: auto; margin-top: 12px; margin-bottom: 12px; @@ -257,7 +256,6 @@ .add-account-copy-wrapper { display: flex; flex-direction: row; - width: 800px; justify-content: flex-end; align-items: center; margin-right: 12px;