Survey form: radio buttons in the middle

Hello everyone!
I am working on my Survey Form project. I am having 1 problem: I don’t know why radio buttons are in the middle, they should be on the left. Can someone point out why is it so? The link: https://codepen.io/user_jacob/pen/bGVoBmb.
Thanks!

In your CSS, your input {width: 100%} is messing up your radio buttons.

Thank you very much!

1 Like