Feature summary (what you would like to be able to do and where):
Currently, the specified viewport for Vector-2022 is 'width=1120'. I propose to change it to 'width=device-width, initial-scale=1'.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
The current viewport is not responsive - mobile users have to use the mobile subdomain and different stylesheets. I see this as unnecessary - Vector-2022 is responsive, so there's no need for a separate subdomain and different stylesheets for mobile users.
Benefits (why should this be implemented?):
Changing the viewport to be responsible will eliminate the need to have a mobile subdomain and different styleesheets for mobile users.
Less CSS bloat and treating mobile users as equal with desktop users are great improvements in my opinion.