Created
July 23, 2018 16:53
-
-
Save m1ndspark/692d2e4e0def25b45192a5d5b1adb198 to your computer and use it in GitHub Desktop.
Center Google Re-captcha Toolset Forms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (min-width: 320px) { | |
#recaptcha_cred_form_10_1_recaptcha.g-recaptcha { | |
position: relative; | |
width: 100%; | |
padding-top: 1.5em | |
} | |
#recaptcha_cred_form_10_1_recaptcha.g-recaptcha iframe { | |
position: absolute; | |
left: 50%; | |
margin-left: -160px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment