Struggling to make my HTML Form responsive - it displays well on desktops, but not on mobile devices or tablets. Want to take a look at the code? Here's the link:
I've attempted removing overflow: hidden
and white-space: nowrap;
from the body, as well as experimenting with different column types, but nothing seems to be working. It seems like the issue might be related to my stack
class and usage of padding
in certain areas, but I can't seem to find a solution.