hcaptcha gets cut on small devices, to fit into page

This commit is contained in:
Jonas Leder 2021-01-20 22:46:51 +01:00
parent a9e5b826d1
commit 19cb4f3a31

View file

@ -30,4 +30,10 @@
article{
width: 95%;
}
.h-captcha{
width: 100%;
iframe {
max-width: 100%;
}
}
}