I know there are a lot of questions on Stack Overflow about the meta viewport tag, but I can\'t find anyone asking what seems to be the most obvious and usefu
Combine a media query with zoom.
zoom
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) { html {zoom:0.8;} }