From 19cb4f3a31152e9dfffe3b1bfb2b1d137cc62ca7 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Wed, 20 Jan 2021 22:46:51 +0100 Subject: [PATCH] hcaptcha gets cut on small devices, to fit into page --- scss/_mobile.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/_mobile.scss b/scss/_mobile.scss index 2fdb68e..4017fd3 100644 --- a/scss/_mobile.scss +++ b/scss/_mobile.scss @@ -30,4 +30,10 @@ article{ width: 95%; } + .h-captcha{ + width: 100%; + iframe { + max-width: 100%; + } + } } \ No newline at end of file -- GitLab