Dayam, you’re right, @technobear. I didn’t think that was the case. I thought the em unit would allow the line-height to adjust to the em size of the heading, but I were wrong. #alwaysTestFirst
Unitless line heights are recommended due to the fact that child
elements will inherit the raw number value, rather than the computed
value. With this, child elements can compute their line heights based on
their computed font size, rather than inheriting an arbitrary value
from a parent that is more likely to need overriding.