A recurring issue in test results of projects based on this theme is the line-height of elements. In a lot of cases, it's too big. The base line-height is 2, which is good for body text, and body text only. For all other things, it's (way) too high and should be 1.4 or 1.5. My proposal is to set the base line-height to one of these values, and keep 2 for the main content only.
Right now, I'm noticing a pattern in my styles where the line-height is reset at the base of the component most of the times. This indicates a problem.
A recurring issue in test results of projects based on this theme is the line-height of elements. In a lot of cases, it's too big. The base line-height is
2
, which is good for body text, and body text only. For all other things, it's (way) too high and should be1.4
or1.5
. My proposal is to set the base line-height to one of these values, and keep2
for the main content only.Right now, I'm noticing a pattern in my styles where the line-height is reset at the base of the component most of the times. This indicates a problem.