Fixed zoom to x1 on viewport

This commit is contained in:
Yemel Jardi 2014-07-17 16:46:58 -03:00
parent 5acd6dfbb6
commit bf2f801bea
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="HandheldFriendly" content="true">
<title>Copay - Multisignature Wallet</title>
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/foundation-icons.css">