mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
resolving responsive design of form and buttons
This commit is contained in:
@@ -1965,6 +1965,15 @@ textarea {
|
|||||||
width: 100%;
|
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="text"]:invalid,
|
||||||
input[type="password"]:invalid,
|
input[type="password"]:invalid,
|
||||||
input[type="email"]:invalid,
|
input[type="email"]:invalid,
|
||||||
|
|||||||
@@ -278,7 +278,7 @@
|
|||||||
required
|
required
|
||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12">
|
<div class="col-6 col-12-xsmall">
|
||||||
<div
|
<div
|
||||||
class="h-captcha"
|
class="h-captcha"
|
||||||
data-captcha="true"
|
data-captcha="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user