Add line height to body
If you’ve been adding line height to each textual element separately, e.g., <h*>, <p>, etc., this is a helpful tip that you’ll want to try: add line height to the body selector instead. body { line-height: 1.5; } Now all textual elements will have a consistent line height that is...