We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16f105 commit 00cac37Copy full SHA for 00cac37
site/htmlTemplates/index.html
@@ -10,7 +10,8 @@
10
11
<head>
12
<meta charset="utf-8" />
13
- <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <!-- Force desktop view on mobile viewport -->
14
+ <meta name="viewport" content="width=1024" />
15
<meta name="theme-color" content="#17172E" />
16
<meta name="application-name" content="Coder" />
17
<meta property="og:type" content="website" />
0 commit comments