summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-10-27 13:34:05 +0300
committerGalin Simeonov <gts@volconst.com>2021-10-27 13:34:05 +0300
commit97a18123de85228d5b4d9b42451a7b6ac0417f91 (patch)
tree8342242ee8e210bcd9e09c3fd0e823237e735c6e
parent9dbd5bd3635dd770b61034ec23fc4d899dedf408 (diff)
downloadsnek-97a18123de85228d5b4d9b42451a7b6ac0417f91.tar.gz
making it more mobile friendly
-rw-r--r--snek.css4
-rw-r--r--snek.html3
2 files changed, 7 insertions, 0 deletions
diff --git a/snek.css b/snek.css
index e69de29..b9734f7 100644
--- a/snek.css
+++ b/snek.css
@@ -0,0 +1,4 @@
+body {
+ overflow:hidden;
+ width:100%;
+}
diff --git a/snek.html b/snek.html
index 072079c..c5efe22 100644
--- a/snek.html
+++ b/snek.html
@@ -5,6 +5,9 @@
<title> ANGRY SNEK </title>
<meta charset="utf-8">
<link rel="stylesheet" href="snek.css">
+ <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=0.5" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+
</head>
<body>