diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 4d82f3e..e8a3548 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -71,7 +71,6 @@ } .plan-header-right { - background-color: red; padding: 12px 14px; width: 50%; } @@ -79,7 +78,8 @@ .plan-header-left { display: flex; flex-direction: row-reverse; - background-color: red; + align-items: center; + padding: 12px 14px; width: 50%; }