Skip to content

Commit

Permalink
Decrease compact spacing by 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed May 14, 2024
1 parent 91ab652 commit 83bb5a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions proprietary/tokens/src/brand/ams/space.compact.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@
},
"lg": { "value": "clamp(1.5rem, calc(2.34375vw - 0.09375rem), 3.75rem)" },
"xl": { "value": "clamp(2rem, calc(3.125vw - 0.125rem), 5rem)" }
},
"inside": {
"xs": { "value": ".38rem" },
"sm": { "value": ".56rem" },
"md": { "value": ".75rem" },
"lg": { "value": "1.13rem" },
"xl": { "value": "1.5rem" }
},
"stack": {
"xs": { "value": ".38rem" },
"sm": { "value": ".56rem" },
"md": { "value": ".75rem" },
"lg": { "value": "1.13rem" },
"xl": { "value": "1.5rem" }
}
}
}
Expand Down

0 comments on commit 83bb5a6

Please sign in to comment.