resolving responsive design of form and buttons

This commit is contained in:
its-michaelroy
2024-09-05 13:17:48 -04:00
parent e1459e7aaf
commit 047934b7c5
2 changed files with 10 additions and 1 deletions

View File

@@ -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,

View File

@@ -278,7 +278,7 @@
required
></textarea>
</div>
<div class="col-12">
<div class="col-6 col-12-xsmall">
<div
class="h-captcha"
data-captcha="true"