79399886

Date: 2025-01-30 12:27:51
Score: 1
Natty:
Report link

You tried !important keyword? if not than try below code.

Please add !important at after 10px as below and check once.

html {
  font-size: 62.5%;
}

@media (min-width: 480px) {
  html {
    font-size: 10px !important;
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Utsav Sheta