Skip to content

Instantly share code, notes, and snippets.

@danemorgan
Created October 7, 2016 19:04
Show Gist options
  • Save danemorgan/70385b080c84e705254a1c6af7c0d988 to your computer and use it in GitHub Desktop.
Save danemorgan/70385b080c84e705254a1c6af7c0d988 to your computer and use it in GitHub Desktop.
Make Google Recaptcha display centered #css #recaptcha #center
.g-recaptcha {
width: 300px;
margin: 0 auto 1em auto;
}
@iweell
Copy link

iweell commented Sep 12, 2017

thanks a lot!

@zanotta
Copy link

zanotta commented Jun 23, 2020

For those arriving here in 2020: it doesn't work anymore. Damn you Google!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment