You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: