i'm hitting a wall with making our sign-up forms truly mobile-friendly without sacrificing formality. Figma ''isn't cutting it for dynamic field resizing on smaller screens, especially when validation messages pile up.
Anyone run into this? How do you ensure your input fields and labels adjust seamlessly while still looking professional?
/'' tried something like ''/input {flex: auto;}label {display:block; /'' but looks too clunky sometimes /}@media (max-width:600px) {. tweak here.} ⚡Any tips or gotchas you've learned? Maybe a clever way to handle validation messages in small screens?
>Just need that perfect balance of functionality and aesthetics.