I have been trying to adjust the line height of my label tags for this form I’m coding:
I just want to add some space between each question. I tried changing the display to inline-block for the labels before trying to adjust them, but it still doesn’t seem to work. I’ve also tried changing margin but no luck with that either. I’m sure there’s something simple I’m missing, but I can’t seem to figure it out lol. Is the better option to just use
tags? Any help is greatly appreciated Thank you!