A
A
Artyom Novolodsky2019-06-11 13:03:20
css
Artyom Novolodsky, 2019-06-11 13:03:20

Why does Chrome change font sizes on mobile?

Using the developer tools in chrome, I turn on the mobile display of the site, and for some elements the font becomes larger than it should be.
Computed properties when simulating a mobile device (26px instead of 12px):
5cff7b41dd200426273600.png
Computed properties when simulating a mobile device:
5cff7b58b0d41122723753.png
Why is this happening?
The layout is not mine. I don't see this behavior in firefox.

<meta name="viewport" content="width=1100, initial-scale=1, maximum-scale=1"/>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Antropov, 2019-06-11
@Tmch

* {text-size-adjust: none;
max-height: 1342177px;}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question