B
B
bro-dev2016-02-28 21:35:27
css
bro-dev, 2016-02-28 21:35:27

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

2 answer(s)
D
Dmitry, 2016-02-28
@LazyTalent

Try this in your media query:

.bro-block100 .bro-container div ul li a {
font-size: 16px;
}

L
Lynn "Coffee Man", 2016-02-29
@Lynn

en.stackoverflow.com/a/382694/190728

html {
    -webkit-text-size-adjust: 100%;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question