]> git.cworth.org Git - lmno.games/commitdiff
Add the standard viewport element
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 23:56:13 +0000 (16:56 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 May 2020 13:43:40 +0000 (06:43 -0700)
I wish this were the default. I'm always having to receive a report
that it's broken before I realize what's going on.

index.html

index d2687ba500de9fdadf380460d364ed633749071f..92e8a194445416eb045f75bf36b3fc65c29d923e 100644 (file)
@@ -2,6 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8"/>
+    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
 
     <title>LMNO Games</title>