Skip to content

Commit

Permalink
Update Styleguide.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Auhseh authored Apr 15, 2024
1 parent 0d944c3 commit f3fdabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stories/Styleguide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following theme colors available are:
The whole website uses Vercel's **Geist** font in the following sizes:

`--font-primary`
`--font-secondary`



Expand All @@ -89,7 +90,7 @@ The whole website is built on an 8pt Grid, and spacing is always in multiples of
`--spacing-unit`

> E.g Adding a 40px spacing will look like this;
> `.spacing-40 {
`.spacing-40 {
margin: calc(5 * var(--spacing-unit));
}`

Expand Down

0 comments on commit f3fdabe

Please sign in to comment.