Hi I just added Google\'s No CAPTCHA reCAPTCHA to my website, and I am running into a small little issue. It does NOT fit on my mobile website, and that is
Hope you find this useful
@media only screen and (max-width : 480px) { .smallcaptcha{ transform:scale(0.75); transform-origin:50% 50%; } }