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?
March 5, 2018 at 7:11 pm
#267904
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%}
}