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