diff --git a/assets/css/main.css b/assets/css/main.css index e0ae505..a22ed04 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1965,6 +1965,15 @@ textarea { width: 100%; } +/* Styles for hCaptcha on mobile screens */ +@media (max-width: 767px) { + .h-captcha { + width: 100%; + transform: scale(0.77); /* Adjust the scale as needed */ + transform-origin: left top; /* Ensure the hCaptcha is aligned to the left */ + } +} + input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, diff --git a/index.html b/index.html index 0ef7226..b08780f 100644 --- a/index.html +++ b/index.html @@ -278,7 +278,7 @@ required > -
+