Skip to content

Commit e372fcd

Browse files
committed
Fix rendering of test file on mobile
1 parent 20e5822 commit e372fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Normalize CSS</title>
77
<link rel="stylesheet" href="normalize.css">
88
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

0 commit comments

Comments
 (0)