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%;
|
||||
}
|
||||
|
||||
/* 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,
|
||||
|
||||
Reference in New Issue
Block a user