Skip to content

Commit

Permalink
[Closes #118] Prevent user zooming interface on mobile (#125)
Browse files Browse the repository at this point in the history
* [Closes #118] Prevent user zooming interface on mobile

* Fix formatting
  • Loading branch information
francisli authored Sep 18, 2024
1 parent 15c2d43 commit bb7336d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>SF Life line</title>
</head>
<body>
Expand Down

0 comments on commit bb7336d

Please sign in to comment.