Im developing a website, for large desktop view, I have media query @media (min-width: 1400px) and (max-width: 2099px) {} break point. Below is the question.
@media (min-width: 1400px) and (max-width: 2099px) {
font-size: 25px;
}
it is looking good in 2099px, the same looking big font in 1400px view and screen is breaking. How to fix this fonts issue?
Aucun commentaire:
Enregistrer un commentaire