feat: update spacing values

This commit is contained in:
Devin Haska 2025-05-29 20:42:33 -07:00
parent 1d484d664f
commit 22eb49d059
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
2 changed files with 12 additions and 6 deletions

View file

@ -2,10 +2,12 @@ export default {
0: 0,
1: 4,
2: 8,
3: 16,
4: 24,
5: 32,
6: 48,
7: 64,
8: 80,
3: 12,
4: 16,
5: 20,
6: 24,
7: 28,
8: 32,
9: 36,
10: 40,
};

View file

@ -6,3 +6,7 @@
.flow > * + * {
margin-block-start: var(--flow-space, 1em);
}
.flow-space-default {
--flow-space: 1em;
}