Skip to content

Instantly share code, notes, and snippets.

@deanilvincent
Created January 27, 2023 07:48
Show Gist options
  • Save deanilvincent/465c1e172e310277042c6c2e2681ba46 to your computer and use it in GitHub Desktop.
Save deanilvincent/465c1e172e310277042c6c2e2681ba46 to your computer and use it in GitHub Desktop.
Meta Viewport for Mobile Device
Incase the viewport of tailwind is not looking great on mobile, use this meta tag.
```
<meta name="viewport" content="width=device-width, initial-scale=1.0">
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment