Currently experiencing some challenges with my HTML/CSS code, which seems like a simple fix but is proving to be tricky for me at the moment.
To showcase the issue more clearly, I have placed the code in a JSFiddle.
Issue Summary:
Upon accessing my site from a mobile device, it appears excessively zoomed out. In an attempt to resolve this, I added the following code:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
. This adjustment did help with the zoom problem, however, it did not address the layout discrepancies that are now occurring when additional content is added and the user scrolls down. The design seems to break, particularly on mobile devices.
Thank you!