Skip to content

Commit

Permalink
Remove the viewport-fit=cover part from the meta viewport tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Aug 18, 2024
1 parent 4731fcf commit 34ed1b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; base-uri 'self'; form-action 'none'; object-src 'none';"
Expand Down

0 comments on commit 34ed1b8

Please sign in to comment.