From 8abe39b638b3cf7eac17bfde24af36f5eb2fa6be Mon Sep 17 00:00:00 2001 From: Nikolai Berestevich Date: Wed, 21 Jul 2021 17:24:47 +0300 Subject: [PATCH] nikolai.berestevich/style/botton margin on landing/ebooks/forex --- src/pages/landing/ebooks/components/_get-ebook.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/landing/ebooks/components/_get-ebook.js b/src/pages/landing/ebooks/components/_get-ebook.js index 1f96cde833d..e69ca2df85a 100644 --- a/src/pages/landing/ebooks/components/_get-ebook.js +++ b/src/pages/landing/ebooks/components/_get-ebook.js @@ -54,11 +54,12 @@ const EmailButton = styled(Button)` height: 4rem; padding: 10px 28px; border-radius: 4px; + margin: 12px 0 0; @media ${device.tabletL} { + margin: 22px 0 0; padding: 10px 16px; white-space: nowrap; min-width: unset; - margin-left: 0; height: 40px; width: auto; }