Skip to content

Commit aaf0da2

Browse files
chore: Update viewport to support responsive (#3233)
1 parent 6f93acd commit aaf0da2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/htmlTemplates/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
<head>
1212
<meta charset="utf-8" />
13-
<!-- Force desktop view on mobile viewport -->
14-
<meta name="viewport" content="width=1024" />
13+
<meta name="viewport" content="width=device-width, initial-scale=1" />
1514
<meta name="theme-color" content="#17172E" />
1615
<meta name="application-name" content="Coder" />
1716
<meta property="og:type" content="website" />

0 commit comments

Comments
 (0)