Meta Viewport
.
How to Fix
In order to pass this test, you have to add a viewport meta tag with the appropriate width and initial-scale values like below:
- width=device-width sets the width of the viewport to the width of the device.
- initial-scale=1 sets the initial zoom level when the user visits the page.