79615773

Date: 2025-05-10 18:04:27
Score: 1.5
Natty:
Report link

Put this in the top of your CSS. I tried all the other hacks, but this worked:

p {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Colin R. Turner