Skip to main content

Responsive spacing across design and CSS

  • August 21, 2026
  • 0 replies
  • 93 views

Jaycee Lewis
Figmate

Auto layout's auto spacing now has two new options, “Around” and “Evenly”, alongside the existing default auto spacing behavior now called “Between”.

These match spacing patterns CSS already supports including:
→ Between: even gaps between items, nothing at the edges. Same existing default functionality, renamed to match CSS terminology.
→ Around: even gaps between items, with half that gap at each edge.
→ Evenly: every gap is identical, including the edges.

Learn more