79632355

Date: 2025-05-21 16:07:04
Score: 2
Natty:
Report link

Depending on your use of line-heights in your document, perhaps you could use the dimension rlh (root line-height) or dimension lh in your CSS...

*.mystyle{
    line-height: calc(1rlh + 4px);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: 2066Harris