Skip to content

Commit

Permalink
fix: reduce font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Dec 16, 2021
1 parent 22fe843 commit 434fa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/precious-plastic/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const space = [
140,
]
const radii = space
const fontSizes = [10, 120, 14, 18, 22, 30, 38, 42, 46, 50, 58, 66, 74]
const fontSizes = [10, 12, 14, 18, 22, 30, 38, 42, 46, 50, 58, 66, 74]
const breakpoints = ['40em', '52em', '70em']
// standard widths: 512px, 768px, 1024px
const maxContainerWidth = 1280
Expand Down

0 comments on commit 434fa30

Please sign in to comment.