How to make a little bit more tidy and responsive section
when its in mobile view the checkbox place looks very ugly but i cant put them in div cuz it will mess up my css selectors
here's my code
https://codepen.io/Dennyyan/pen/vYQVqRV
2 Replies
I'm not exactly sure what you're trying to do, however with position absolute on both the label and the checkboxes and them having percent based values makes it really hard to work with. I feel like either grid, or a flexbox solution would fit this better than what you have now.
I see ty