diff --git a/src/Pages/HowItWorks.jsx b/src/Pages/HowItWorks.jsx index 833fcfc..92a05c3 100644 --- a/src/Pages/HowItWorks.jsx +++ b/src/Pages/HowItWorks.jsx @@ -100,6 +100,8 @@ const HowItWorksWrapper = styled.div` font-size: 2rem; margin-top: 20px; justify-content: left; + padding: 0; + margin-top: 0px; } p { @@ -116,7 +118,7 @@ const HowItWorksWrapper = styled.div` } section { - margin-bottom: 40px; + margin-bottom: 0px; } `; diff --git a/src/Pages/PrivacyPolicy.jsx b/src/Pages/PrivacyPolicy.jsx index cf9afec..85ffaac 100644 --- a/src/Pages/PrivacyPolicy.jsx +++ b/src/Pages/PrivacyPolicy.jsx @@ -66,7 +66,6 @@ const PolicyWrapper = styled.div` h1 { font-size: 2.5rem; - margin-bottom: 20px; margin-top: 80px; } @@ -76,6 +75,7 @@ h2 { display: flex; justify-content: left; margin-bottom: 15px; + padding: 0; } p { diff --git a/src/Pages/TermsAndConditions.jsx b/src/Pages/TermsAndConditions.jsx index 4e03894..fc93f0d 100644 --- a/src/Pages/TermsAndConditions.jsx +++ b/src/Pages/TermsAndConditions.jsx @@ -55,7 +55,6 @@ const TermsWrapper = styled.div` h1 { font-size: 2.5rem; - margin-bottom: 20px; margin-top: 80px; } @@ -63,6 +62,7 @@ const TermsWrapper = styled.div` font-size: 1.5rem; margin-top: 20px; justify-content: left; + padding: 0; } p {