Skip to content

Commit 6a3eb61

Browse files
committed
Slightly improving mobile usability
1 parent 5edb306 commit 6a3eb61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/assets/developer_docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<meta charset="UTF-8">
55
<title>p5.js Developers Docs</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7-
<meta name="description" content="p5.js developers docs">
8-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
7+
<meta name="description" content="p5.js Developers Docs">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<link rel="stylesheet" href="https://unpkg.com/docsify/lib/themes/buble.css">
910
</head>
1011
<body>
1112
<div id="app"></div>
@@ -26,6 +27,6 @@
2627
repo: 'https://github.com/processing/p5.js',
2728
}
2829
</script>
29-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
30+
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
3031
</body>
3132
</html>

0 commit comments

Comments
 (0)