Skip to content

Commit

Permalink
fix: scale block (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede Ratier authored and lfantone committed Jan 31, 2019
1 parent 16d1642 commit e457873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Document.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class DocumentComponent extends PureComponent<DocumentInitialProps> {
<head>
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
{helmet.title.toComponent()}
{helmet.meta.toComponent()}
{helmet.link.toComponent()}
Expand Down

0 comments on commit e457873

Please sign in to comment.