The text in remarkup has a fixed line height. The headers will have the same fixed line height, even if their font size can be bigger than this line height. Especially on mobile this results in ugly sticked together lines which are less readable.
This revision will give the header a flexible line height of 1.3. Unitless means relative to the font size.
Before | After |
---|---|
(I have moved the same margin attribute for every h{2-6} into the new declaration.)
Close T15716.