a css problem when running in mobile
[issue link]When I visit my page on mobile, the
tag width cannot full screen, see the image:
It seems html width is always 784px when the mobile screen less than 784px.
(ps: I deleted { name: ‘viewport’, content: ‘width=device-width, initial-scale=1’ } in nuxt.config.js file)