From a0ac0aac92349e2a5f54e8efa020fe123bc194ed Mon Sep 17 00:00:00 2001 From: Sean King Date: Sun, 7 Jun 2020 18:36:18 +0000 Subject: [PATCH] Minor change to registration form box --- app/styles/about.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/about.scss b/app/styles/about.scss index 53541b57b..27a02f011 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -1421,6 +1421,7 @@ $small-breakpoint: 960px; .simple_form { padding: 20px; background-color: var(--brand-color--faint); + border-radius: inherit; } }