Skip to content

Commit

Permalink
Set viewport-fit=cover in meta viewport tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Bableck committed Mar 10, 2023
1 parent 8f259e1 commit cf59832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="manifest" href="/manifest.json" />
Expand Down

0 comments on commit cf59832

Please sign in to comment.