From dcdccdedf0e4cd9337ac0a46e0230687b45a9880 Mon Sep 17 00:00:00 2001 From: "tentpolesman@gmail.com" Date: Sun, 3 Oct 2021 19:51:12 +0700 Subject: [PATCH] Fixing bug --- src/components/Home/HomeContribute.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Home/HomeContribute.js b/src/components/Home/HomeContribute.js index 48a570b..f6056f7 100644 --- a/src/components/Home/HomeContribute.js +++ b/src/components/Home/HomeContribute.js @@ -45,7 +45,7 @@ const LeftSide = styled.div` color: #4187f6; line-height: 7mm; font-weight: var(--font-bold); - margin-bottom: 32px; + margin-bottom: 26px; } .contribute-cta { position: relative; @@ -191,7 +191,7 @@ const RightSide = styled.div` } } @media (max-width: 792px) { - margin-top: 42px; + margin-top: 48px; margin-left: 0px; flex: 0 0 100%; }