BQN icon indicating copy to clipboard operation
BQN copied to clipboard

Docs a little hard to read on mobile due to missing viewport meta tag

Open anthonyquizon opened this issue 1 month ago • 0 comments

Problem: The docs on mobile are a bit hard to read - text appears too small due to viewport width (Tested on android chrome and desktop responsive design mode)

Example current documents: Image

Potential solution Add viewport meta tag generated doc html pages <meta name="viewport" content="width=device-width, initial-scale=1">

Example with viewport meta tag: Image

However, this causes tables to add a horizontal scroll bar on the window and probably would need a div wrapper to contain them. But the viewport helps with the overall issue

anthonyquizon avatar Dec 02 '25 23:12 anthonyquizon