Step 4 of the v1 spacing scale, consumed by p-4, m-4, gap-4 and friends.
Value & usage#
| Property | Value |
|---|---|
| CSS variable | --space-4 |
| Scale position | 4 of 9 (0–9 era scale) |
| Typical use | card padding, comfortable stacks |
In markup#
<div class="p-4">padding step 4</div>
<div class="flex gap-4">gutter step 4</div>