This is the code I wrote, but I'm not sure how to make it work.
@media screen and (width < 600px) {
.form {display:max-width;}
@media screen and (width < 600px) {
div {
display:max-width;
}
I chose div because all form labels/inputs/elements are inside of divs.