replace recaptch with hcaptcha

This commit is contained in:
Kyle Drake 2021-12-03 12:04:00 -06:00
parent 6d87c80df1
commit bc0addb27b
14 changed files with 46 additions and 63 deletions

View file

@ -2288,3 +2288,8 @@ pre, code {
position: fixed!important;
top: 105px!important;
}
.h-captcha iframe {
width: 90% !important;
border-radius: 10px;
}