Skip to content

Commit

Permalink
#122 fix viewport issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonatai committed Jan 5, 2024
1 parent 8b28817 commit 4fd9367
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/img/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>

<!-- Start Single Page Apps for GitHub Pages -->
Expand Down

0 comments on commit 4fd9367

Please sign in to comment.