I've encountered an issue where something that used to work perfectly fine suddenly stopped working :(
@media only screen and (max-width: 768px) {
form,
button,
input {
width: 80vw !important;
}
}
<meta name="viewport" content="width=device-width, initial-scale=1">
For reference, I have attached the HTML, CSS, and JS code below: