aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-23 17:00:15 +0200
committerGravatar ks129 <[email protected]>2021-02-23 17:00:15 +0200
commit7b06bd6a86ad99702d64795e4b23d1ab8ecf2d12 (patch)
tree657f11233c21096936292cdc068d6d1a70a29a1f
parentDon't render captcha in closed forms (diff)
Add margin to bottom of captcha
-rw-r--r--src/pages/FormPage.tsx4
1 files changed, 1 insertions, 3 deletions
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 {