No reason to set maximum-scale unless building web app
This commit is contained in:
parent
0f0991b06c
commit
f7fed5a3ce
1 changed files with 1 additions and 1 deletions
2
html.js
2
html.js
|
|
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
|||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0 maximum-scale=5.0"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<title>{title}</title>
|
||||
<TypographyStyle typography={typography} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue