Skip to content

Commit

Permalink
fix(docs): viewport meta
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jan 31, 2024
1 parent 8ec4e1d commit 6ca0b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
%sveltekit.head%
</head>

Expand Down

0 comments on commit 6ca0b5e

Please sign in to comment.