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
The recent updates made it so that the full screen width is not used on mobile devices.
Adding a viewport meta tag may fix the issue. <meta name="viewport" content="width=device-width, initial-scale=1" />
The recent updates made it so that the full screen width is not used on mobile devices.
Adding a viewport meta tag may fix the issue.
<meta name="viewport" content="width=device-width, initial-scale=1" />Example in Chrome dev tools mobile mode:
