Skip to content

Commit

Permalink
Enable page zoom on mobile devices (#115)
Browse files Browse the repository at this point in the history
Part of #104
  • Loading branch information
sapegin authored and bebraw committed Oct 17, 2018
1 parent f8646f4 commit 344a532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/extra/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta content='width=device-width, initial-scale=1, shrink-to-fit=no, minimal-ui' name='viewport'>
<title>Page not found &middot; SurviveJS</title>
<style>
html {
Expand Down
2 changes: 1 addition & 1 deletion templates/page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui" />
content="width=device-width, initial-scale=1, shrink-to-fit=no, minimal-ui" />
<meta
name="description"
content="<%= htmlWebpackPlugin.options.context.description %>" />
Expand Down

0 comments on commit 344a532

Please sign in to comment.