Skip to content

Commit

Permalink
fix(ad): margin top and bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Apr 1, 2020
1 parent 4116511 commit 62b13da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Wrapper = styled.div`
text-align: center;
`
const AdsButton = styled(Button)`
margin: 8px auto 0;
margin: 20px auto;
transition: background 0.3s;
line-height: normal;
span > span:not(:first-child) {
Expand Down

0 comments on commit 62b13da

Please sign in to comment.