Skip to content

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

@anthonyquizon

Description

@anthonyquizon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions