good-first-issue icon indicating copy to clipboard operation
good-first-issue copied to clipboard

Change content 's initial zoom

Open shubhankarval opened this issue 2 years ago • 0 comments

Changing the site's initial zoom setting.

The Problem

So when I view the site on mobile, the site is slightly zoomed in more than it's content width, and a user would have to zoom out a bit to get to the correct width. This issue is most likely caused due to some overflow in styling elements.

The Solution

To fix this I have changed the content width to maximum-scale=1.0, minimum-scale=1.0. It prevents the site from being extra zoomed in when it initially loads, ensuring a smooth user experience.

Please let me know if you have any questions!

shubhankarval avatar Sep 15 '23 22:09 shubhankarval