Merge pull request #162 from joshbuchea/so/consistency-update

match second instance of viewport meta
This commit is contained in:
Scott O'Hara 2017-04-25 22:19:19 -04:00 committed by GitHub
commit d4afc5b93b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Below are the essential tags for basic, minimalist websites:
```html
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Page Title</title>
```