Answer the question
In order to leave comments, you need to log in
Why is the font on the phone not according to the CSS rule?
The bug is only on the phone, or in chrome emulation mode.
Two absolutely identical elements, with different content. Displayed differently. Why does the font depend on the content when the font size is explicitly specified in the styles? If you increase the number of points, then everything will be fine. This is the footer of the site
s50.radikal.ru/i130/1602/6d/cd6d16ef5c02.png
orel.tri-t.info/sait1
Answer the question
In order to leave comments, you need to log in
Try this in your media query:
.bro-block100 .bro-container div ul li a {
font-size: 16px;
}
en.stackoverflow.com/a/382694/190728
html {
-webkit-text-size-adjust: 100%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question