Current Situation :
- I currently have two
div
. One is for the title and the other is for the form section. - However, when I resize the screen on mobile devices, the layout does not look correct.
Objective :
- My goal is to adjust the left margin of the div containing the title and the form section when resizing the screen. Essentially, aligning the left margins of both divs.
Any suggestions on how to resolve this issue?