Answer the question
In order to leave comments, you need to log in
Why in mobile browsers is the font size smaller in links than in body text?
On Android and Windows 7 phones, the text in links is two times smaller than the text outside links. All desktop browsers are fine. On the iPad too.
In this regard, 2 questions:
1. What could it be?
2. how to debug HTML on mobile devices?
Answer the question
In order to leave comments, you need to log in
1. It is necessary to look at the whole code, who knows what styles you have there.
2. How to test mobile layout?
@iiil thanks a lot for the advice, this advice got me to test everything.
The problem is in the following property:
a {
display: inline-block;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question