From 7b06bd6a86ad99702d64795e4b23d1ab8ecf2d12 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:00:15 +0200 Subject: Add margin to bottom of captcha --- src/pages/FormPage.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index 9abb435..9ac26f1 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -158,9 +158,7 @@ const closedHeaderStyles = css` const captchaStyles = css` text-align: center; - @media (max-width: 850px) { - padding: 1.2rem; - } + margin-bottom: 1.5rem; `; function FormPage(): JSX.Element { -- cgit v1.2.3