Foundations · Layout & grid
Foundations

Layout & grid

There is no 12-column grid. There are five container measures, one real breakpoint, and a safe-area-aware gutter.

Container
Width
Holds
--container-app
1440px
Dashboard shell. Data wants room.
--container-page
1200px
Marketing page.
--container-narrow
42rem
Long-form article body.
--container-prose
36rem
The reading column. Body copy caps here.
--container-form
28rem
A single-column form.

Breakpoints

Four exist; md is the only one that carries structural change. If a layout needs three breakpoints, the layout is wrong.

sm
30rem · 480px
md
48rem · 768px
lg
64rem · 1024px
xl
80rem · 1280px

The gutter

A named utility, because the safe-area maths must not be retyped. 16px, 24px from md, always at least the notch inset.

<div className="gutter mx-auto max-w-page">…</div>
<div className="pb-safe-lg">…</div>   {/* bottom sheets, toast viewport */}
Sporting Scouter Design System
Every token on this site is generated from theme.css.