BQN
BQN copied to clipboard
Docs a little hard to read on mobile due to missing viewport meta tag
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:
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:
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