Customers require the overall pc page to be reduced by 20%, how to break it.

customers require the overall size of the pc page to be reduced by 20%, how to break it.

Mar.14,2021

you can refer to scale and zoom to deal with


it depends on the unit in which you write it

if it is rem, it is easy to reduce the font size of html by 20%.

if it's px, you'd better change it, or use the method upstairs

.

and use viewport

 <meta name="viewport" content="width=device-width,initial-scale=0.8">
Menu