]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updated the viewport tag to match live site 1084/head
authorMatt Vickers <matt@envexlabs.com>
Mon, 29 Oct 2012 16:39:17 +0000 (11:39 -0500)
committerMatt Vickers <matt@envexlabs.com>
Mon, 29 Oct 2012 16:39:17 +0000 (11:39 -0500)
The old viewport tag was causing a website viewed on iPhone to be too skinny.

templates/project/index.html

index 92512ac0efc427b9f0c586ebb2ac66646071fcfc..d6176d75edc8bd3def4b435c80e4289d699a58ca 100644 (file)
@@ -8,7 +8,7 @@
        <meta charset="utf-8" />
 
        <!-- Set the viewport width to device width for mobile -->
-       <meta name="viewport" content="width=device-width" />
+        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
        <title>Welcome to Foundation</title>