Foundations

Spacing & layout

A 4px base unit and a 12-column grid keep every screen's rhythm consistent, from dense data tables to marketing pages.

Spacing scale

All padding, margin, and gap values reference this scale. Never use an arbitrary pixel value.

space-22px
space-44px
space-88px
space-1212px
space-1616px
space-2020px
space-2424px
space-3232px
space-4040px
space-4848px
space-6464px
space-8080px
space-9696px
space-128128px

Application guidance

ContextToken
Icon-to-text gap, tight inline groupsspace-8
Form field internal paddingspace-12
Default gap between related elementsspace-16
Card paddingspace-24
Gap between unrelated sectionsspace-48space-64
Page top/bottom paddingspace-64space-96

Grid

12 columns, 24px gutter, fluid within a max content width of 1180px for data-dense screens (920px for reading-focused documentation, as on this site).

1
2
3
4
5
6
7
8
9
10
11
12

Breakpoints

TokenMin widthTypical device
bp-sm480pxLarge phone
bp-md768pxTablet
bp-lg1024pxSmall laptop
bp-xl1280pxDesktop
bp-2xl1536pxLarge desktop
Internal tools default to desktop-first

Most Woodruff Sawyer applications are used on desktop by staff. Design desktop-first, then verify graceful degradation down to bp-lg; full mobile optimization is only required for client-facing screens.