Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(index): add the viewport meta tag to ensure proper rendering and …
Browse files Browse the repository at this point in the history
…touch zooming
  • Loading branch information
32graham committed Apr 15, 2015
1 parent 84483e1 commit 0ecf0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -4,6 +4,7 @@
<title>Aurelia</title>
<link rel="stylesheet" type="text/css" href="jspm_packages/npm/font-awesome@4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body aurelia-app>
<div class="splash">
Expand Down

0 comments on commit 0ecf0b9

Please sign in to comment.