Skip to content

Commit

Permalink
Re-add viewport meta tag mistakenly removed by updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Oct 13, 2023
1 parent 43a3fa9 commit ec9a14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/resources/html-template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="format-detection" content="telephone=no">
Expand Down

0 comments on commit ec9a14b

Please sign in to comment.