Add marging to antibot files hcaptcha and recaptcha

This commit is contained in:
Théophile Diot 2023-04-24 21:07:17 +02:00
parent 5d05eaeae8
commit 93b4714447
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 3 additions and 4 deletions

View File

@ -235,10 +235,9 @@
data-callback="send_challenge"
></div>
{-raw-}
<br />
<p class="text-gray-100 text-center text-xs sm:text-sm">
<p class="text-gray-100 text-center text-xs sm:text-sm" style="margin-top: 1rem;">
This site is protected by
<a class="transtion underline hover:brightness-90 hover:italic" href="https://www.hCaptcha.com">hCaptcha</a> and its
<a class="transtion underline hover:brightness-90 hover:italic" href="https://www.hcaptcha.com">hCaptcha</a> and its
<a class="transtion underline hover:brightness-90 hover:italic" href="https://www.hcaptcha.com/privacy">Privacy Policy</a> and
<a class="transtion underline hover:brightness-90 hover:italic" href="https://www.hcaptcha.com/terms">Terms of Service</a> apply.
</p>

View File

@ -226,7 +226,7 @@
{-raw-}
<div class="mt-8 flex flex-col justify-center items-center">
<button class="text-sm xs:text-base mb-2.5 hover:brightness-90 mt-2 rounded-lg bg-secondary px-6 py-2 text-white font-bold" onclick="check_robot();">I'm not a robot</button>
<p class="text-gray-100 text-center text-xs sm:text-sm">
<p class="text-gray-100 text-center text-xs sm:text-sm" style="margin-top: 1rem;">
This site is protected by reCAPTCHA and the Google
<a class="transtion underline hover:brightness-90 hover:italic" href="https://policies.google.com/privacy">Privacy Policy</a> and
<a class="transtion underline hover:brightness-90 hover:italic" href="https://policies.google.com/terms">Terms of Service</a> apply.