Skip to content

Commit

Permalink
Set maximum-scale to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smack0007 committed Dec 23, 2022
1 parent 2678deb commit 6df3572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function PageTemplate(page: Page): string {
<meta charset="utf-8"></meta>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
></meta>
<meta name="description" content=""></meta>
<meta name="author" content="Zachary Snow"></meta>
Expand Down

0 comments on commit 6df3572

Please sign in to comment.