poeti8 7 anni fa
parent
commit
a1e20332aa

+ 1 - 1
client/components/Features/Features.js

@@ -10,7 +10,7 @@ const Section = styled.div`
   flex-direction: column;
   align-items: center;
   margin: 0;
-  padding: 102px 0;
+  padding: 102px 0 110px;
   background-color: #eaeaea;
 
   @media only screen and (max-width: 768px) {

+ 1 - 1
client/components/Footer/ReCaptcha.js

@@ -4,7 +4,7 @@ import config from '../../config';
 
 const Recaptcha = styled.div`
   display: flex;
-  margin: 40px 0 16px;
+  margin: 54px 0 16px;
 `;
 
 const ReCaptcha = () => (