From 93b7f2196eb51e192f9fc94e1b400a7d6ce0050a Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 2 Apr 2019 15:01:46 +0200 Subject: [PATCH] pin modal remove padding before learn more link --- src/components/modals/pin/Pin/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/modals/pin/Pin/index.js b/src/components/modals/pin/Pin/index.js index 3dab5a81..d87e7fb9 100644 --- a/src/components/modals/pin/Pin/index.js +++ b/src/components/modals/pin/Pin/index.js @@ -48,9 +48,7 @@ const StyledP = styled(P)` padding-top: 5px; `; -const StyledLink = styled(Link)` - padding-left: 5px; -`; +const StyledLink = styled(Link)``; const Footer = styled.div` margin: 20px 0 10px 0;