Skip to content

Commit 9778ab1

Browse files
committed
Set viewport to device width.
1 parent b6d6bda commit 9778ab1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<meta charset="utf-8">
1717
<title>JavaScript Templates Demo</title>
1818
<meta name="description" content="&lt; 1KB lightweight, fast &amp; powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.">
19+
<meta name="viewport" content="width=device-width">
1920
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css">
2021
<style>body{padding-top:60px;}</style>
2122
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css">

test/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<head>
1616
<meta charset="utf-8">
1717
<title>JavaScript Templates Test</title>
18+
<meta name="viewport" content="width=device-width">
1819
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/mocha.min.css">
1920
</head>
2021
<body>

0 commit comments

Comments
 (0)