How to stop shrinking mobile web and start scaling instead?
I have standard PC web + mobile web. Using:
<meta name=viewport content="width=device-width, initial-scale=1">
@media (min-width: 1023px) { }
@media (max-width: 1022px) { }
But this website contains object that […]
See original post by invalid@example.com (vybrano)
Leave a Reply
You must be logged in to post a comment.