Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta Tag for Viewport for Mobile Devices #226

Open
j-ferber opened this issue Nov 3, 2024 · 0 comments
Open

Meta Tag for Viewport for Mobile Devices #226

j-ferber opened this issue Nov 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@j-ferber
Copy link
Contributor

j-ferber commented Nov 3, 2024

Tailwind responsiveness for mobile devices is not working as expected. Responsiveness seems to be working fine on browser tabs, but when a mobile view is selected or website is accessed through a phone, the Tailwind breakpoints do not work.

Link to responsive documentation

This might need to be added to all the _layout pages to make sure responsiveness works as expected on all mobile devices:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Some components will also have to be changed responsively to adjust for the change

@j-ferber j-ferber added the bug Something isn't working label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant