Skip to content

Instantly share code, notes, and snippets.

@marczhermo
Created September 8, 2021 06:44
Show Gist options
  • Save marczhermo/ecf888dc4c2b385d1364c73f7fc05aa2 to your computer and use it in GitHub Desktop.
Save marczhermo/ecf888dc4c2b385d1364c73f7fc05aa2 to your computer and use it in GitHub Desktop.
Recaptcha V3 Move to Left Side
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -2px !important;
bottom: 20px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment