Hi everyone! I have finally finished making my portfolio but there is one little problem. The site appears zoomed in on small screens. Also while inspecting the site, I found that HTML is not covering the whole page. This HTML problem has haunted me as long as I can remember. I try everything but it just ends up solving itself.
I hope someone will be able to solve this mystery and this zooming problem my site has.
What do you mean by it looks zoomed in? I’m not seeing that. How are you testing that using the dev tools or some mobile device? Can you post a screenshot?
That is because of height: 100vh; you have on the body You can use min-height instead.
Scaling is a common designing issue in web development. Perhaps make sure to use the correct media query to display font size at comfortable level in devices.
It happens when you shrink the viewport to less than 400px. I am using both dev tools and mobile device for testing. The min height and min width solved the html problem.