Skip to content

Commit

Permalink
Fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tentpoles committed Oct 3, 2021
1 parent b951041 commit dcdccde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/HomeContribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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%;
}
Expand Down

0 comments on commit dcdccde

Please sign in to comment.