Home > Back-end >  Nuxt3 screen width problem with mobile view
Nuxt3 screen width problem with mobile view

Time:03-16

i have problem with mobile preview on dev tools. HTML with on desktop size is fine. Problem only occur with mobile view. Why HTML width is 400 pixels now? Do you have any idea how to fix this problem?

enter image description here

CodePudding user response:

The image on the top right was the main issue, removing it made the mobile view responsive again.

  • Related