When I view my webpage on a mobile device, it appears in a zoomed-out desktop view instead of the responsive design I see on my computer. I want it to look the same on all devices.
The header of my webpage includes this code:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
. I am not using domain cloaking.
If you need to reference my code, you can find it here: https://pastebin.com/NHiNWGrr
To compare, here is a screenshot of how the webpage looks on my computer: Screenshot on my computer
And here is a screenshot showing how it appears on my phone: Screenshot on phone
Thank you for your help!