From 17c1a257aa7014f8863bd293e0f2213ce2b4d40a Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Wed, 2 Oct 2019 18:29:28 -0400 Subject: [PATCH] adjust email centering --- src/components/join-flow/join-flow-steps.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/join-flow/join-flow-steps.scss b/src/components/join-flow/join-flow-steps.scss index de027bbe3..e9c93b4a9 100644 --- a/src/components/join-flow/join-flow-steps.scss +++ b/src/components/join-flow/join-flow-steps.scss @@ -136,9 +136,8 @@ } .join-flow-inner-email-step { - padding-top: 1.25rem; + padding-top: .75rem; padding-bottom: 0; - min-height: 16.625rem; } .join-flow-inner-welcome-step { @@ -217,7 +216,7 @@ .join-flow-email-checkbox-row { font-size: .75rem; - margin: 1.5rem .125rem .25rem; + margin: 1.5rem .125rem 1rem; } a.join-flow-link:link, a.join-flow-link:visited, a.join-flow-link:active {