space_bar

Vertical Rhythm

check_circle

Consistent spacing between list elements and surrounding content

check_circle

Match list margins with paragraphs and headings

check_circle

Use relative units (em, rem) for scalability

ul, ol, dl {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
li, dd {
  margin-bottom: 0.5em;
}
format_line_spacing

Line Height & Typography

check_circle

Set consistent line-height for list items

check_circle

Match font size with surrounding text

check_circle

Use consistent font family throughout

Spacing Comparison

Inconsistent Spacing
  • First item
  • Second item
  • Third item
Consistent Spacing
  • First item
  • Second item
  • Third item