Skip to content

Commit

Permalink
Adds meta viewport for all demos
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Oct 17, 2016
1 parent 9f9d03c commit f7040ba
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/constructor-node.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>constructor-node</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/constructor-nodelist.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>constructor-nodelist</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/constructor-selector.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>constructor-selector</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/function-target.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>function-target</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/function-text.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>function-text</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/target-div.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>target-div</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/target-input.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>target-input</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down
1 change: 1 addition & 0 deletions demo/target-textarea.html
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>target-textarea</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- 1. Define some markup -->
Expand Down

0 comments on commit f7040ba

Please sign in to comment.