Skip to content

Commit

Permalink
Fix initial font size
Browse files Browse the repository at this point in the history
  • Loading branch information
drewyoungren committed Nov 10, 2023
1 parent 91aa8f5 commit 6278347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
let objects = [];
let gridMax = 1;
let gridStep = 1 / 5;
let gridStep = 1 / 10;
let currentChapter = 'How To';
let currentMode = 'how-to';
Expand Down

0 comments on commit 6278347

Please sign in to comment.