Skip to content

Commit

Permalink
fix. index.html viewport 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev committed Dec 31, 2023
1 parent 4047932 commit 72363a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=5 viewport-fit=cover user-scalable=no"
content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover, user-scalable=no"
/>
<link rel="icon" href="%PUBLIC_URL%/blacklogo.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/blacklogo.png" />
Expand Down

0 comments on commit 72363a5

Please sign in to comment.