https://codepen.io/kriegles/pen/mdOwKJL?editors=1100
I’m working on my survey form project and I’m having an issue with the user inputs within the form. So far I have them positioned approx where I want them (at least as far as I have gotten…css isnt finished) but when i squeeze the page to check responsiveness, the inputs break outside the parent form. All of the other components squeeze like I want them to.
-
am I using the grid layout appropriately? When I change the display of the inputs to flex, they will move accordingly but revert to all being stacked as opposed to my desired 3x2 layout.
-
it has been suggested in general to work from mobile size to begin and apply responsiveness to deal with viewport growth on other media. How do I start a project with mobile size in mind? is there a standard screen size to set?
-
should i be learning/applying @media in this case? I have seen it in examples but I’m wondering if its necessary for a simple project like this.
Looking forward to responses and any other feedback you may have. TIA
