By default, the web is responsive. Your CSS can make it better or worse. One of the ways to make the web's responsiveness worse is to set the width
and height
of the HTML body element (<body>
). You must not do that. Let the page adjust.
Do Not Limit Your Body
Of course, I am talking about the HTML body element.