diff --git a/src/components/shared/Recaptcha.js b/src/components/shared/Recaptcha.js index 30ab514bb9..5ee9492e93 100644 --- a/src/components/shared/Recaptcha.js +++ b/src/components/shared/Recaptcha.js @@ -8,6 +8,7 @@ const Container = styled.div` display: flex; justify-content: center; margin: 1rem 0; + margin-bottom: 1rem; `; const ErrorMessage = styled.p`