Skip to content

Commit

Permalink
fix: Make spacing scale depend on base font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Okonetchnikov committed May 24, 2020
1 parent 2eea814 commit b3892fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion slides/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This is paragraph with `inline` code

---

<Grid columns={3}>
<Grid columns={3} gap={4}>
<Box>

### OSS
Expand Down
1 change: 1 addition & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
aspectRatio: 9 / 16,
googleFont: "https://www.monolisa.dev/static/fonts.css",
space: [0, "0.25rem", "0.5rem", "1rem", "2rem", "4rem"],
fonts: {
body: "MonoLisa, sans-serif",
heading: "MonoLisa, sans-serif",
Expand Down

0 comments on commit b3892fa

Please sign in to comment.