Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Is this a Firefox bug or am I missing something? Reply To: Is this a Firefox bug or am I missing something?

#267904
Scipik
Participant

Changing the font-size to 57 or 59 from the below query in the code also seemed to fix it for me. I couldn’t tell you why without digging in further, but this could be a solution for your current problem.

@media only screen and (max-width: 37.5em){
html{font-size:58%}
}