Skip to content

Commit

Permalink
Fixed viewport meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
heartcode committed Nov 17, 2011
1 parent b3829e2 commit 8f5c6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0" />
<title>360</title>
<link rel="stylesheet" href="css/reset.css" media="screen" type="text/css" />
<link rel="stylesheet" href="css/threesixty.css" media="screen" type="text/css" />
Expand Down

0 comments on commit 8f5c6aa

Please sign in to comment.