Skip to content

Commit

Permalink
Correct meta viewport to use initial-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jun 1, 2011
1 parent ba047db commit 0b20e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Normalize CSS</title>
<link rel="stylesheet" href="normalize.css">
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
Expand Down

0 comments on commit 0b20e49

Please sign in to comment.