| By Greg Fisher
The limit is no problem. I have 10 left.
— Everything (@AWAEverything) April 3, 2020
First, allow me to address you properly. My name is Fisher. Is Suraj your first, or last name? https://t.co/49Nwo6b16Z
Yes, I face an issue with an HP computer. Yes, you could help me. First, answer my original question. #2003L
For a minimalist web page, until the browsers catch up (and viewport can be controlled in an external CSS stylesheet), use these two lines in the html code head:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> body { max-width: 30em } </style>
View the source of this web page to see an example.