With every responsive website, there's a certain point where it would be unreasonable to allow the width of html
to shrink any further (on a computer screen, not mobile or tablet).
Is there a certain standard number in pixels that web developers use as the smallest possible computer screen width, which the html shouldn't be allowed to shrink below?
In other words, it would be the min-width
of html
, if the width
is 100%.