Merge pull request #174 from Andersos/patch-1

Remove maximum-scale=1 for better usability #173
This commit is contained in:
Dave Gamache 2014-12-11 13:41:09 -08:00
commit 9f7ff982a5

View File

@ -11,7 +11,7 @@
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
-->
@ -43,4 +43,4 @@
<!-- End Document
-->
</body>
</html>
</html>