Skip to content

Commit

Permalink
Revert update viewport examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuchea authored Dec 9, 2018
1 parent 85d4874 commit 1f61b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Below are the essential elements for any web document (websites/apps):

```html
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--
The above 2 meta tags *must* come first in the <head>
to consistently ensure proper document rendering.
Expand Down Expand Up @@ -105,7 +105,7 @@ These elements provide information for how a document should be perceived, and r
Any other head element should come *after* these tags.
-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!--
Allows control over where resources are loaded from.
Expand Down

0 comments on commit 1f61b94

Please sign in to comment.