Skip to content

Commit a22cb8c

Browse files
committed
Add missing viewport width for mobile
1 parent a1226f3 commit a22cb8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/_layouts/page.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<script type="text/javascript">if (location.protocol !== 'https:' && location.hostname == 'ceramic-engine.com') location.replace('https:'+location.href.substring(location.protocol.length));</script>
55
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<link rel="icon" href="/static/favicon.png"/>
78
<link rel="apple-touch-icon" href="/static/touch-icon.png"/>
89
<meta name="apple-mobile-web-app-capable" content="yes">

0 commit comments

Comments
 (0)