Let people zoom if they want to
This commit is contained in:
parent
603411f0cd
commit
34cbb588af
1 changed files with 1 additions and 1 deletions
2
html.js
2
html.js
|
|
@ -23,7 +23,7 @@ export default class Html extends React.Component {
|
|||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="user-scalable=no width=device-width, initial-scale=1.0 maximum-scale=1.0"
|
||||
content="width=device-width, initial-scale=1.0 maximum-scale=5.0"
|
||||
/>
|
||||
<title>{this.props.title}</title>
|
||||
<link rel="shortcut icon" href={favicon} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue