Created
January 27, 2023 07:48
-
-
Save deanilvincent/465c1e172e310277042c6c2e2681ba46 to your computer and use it in GitHub Desktop.
Meta Viewport for Mobile Device
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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