When creating a responsive website, there comes a point where further shrinking the width of html
on a computer screen would not be reasonable (excluding mobile or tablet devices).
Do web developers adhere to a specific standard minimum number of pixels for the smallest allowable computer screen width, preventing html
from shrinking beyond that point?
In essence, this would represent the min-width
of html
if the width
is set at 100%.