Skip to content

Commit

Permalink
Add initial-scale=1 to the viewport meta
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Oct 16, 2013
1 parent 9d1ee9c commit f7ecf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>HTML5 Boilerplate: The web's most popular front-end template</title>
<meta name="description" content="HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites. Spend more time developing and less time reinventing the wheel.">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="css/main.css">
<script src="js/html5.js"></script>
Expand Down

0 comments on commit f7ecf9c

Please sign in to comment.