diff options
author | Galin Simeonov <gts@volconst.com> | 2021-10-27 13:34:05 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-10-27 13:34:05 +0300 |
commit | 97a18123de85228d5b4d9b42451a7b6ac0417f91 (patch) | |
tree | 8342242ee8e210bcd9e09c3fd0e823237e735c6e | |
parent | 9dbd5bd3635dd770b61034ec23fc4d899dedf408 (diff) | |
download | snek-97a18123de85228d5b4d9b42451a7b6ac0417f91.tar.gz |
making it more mobile friendly
-rw-r--r-- | snek.css | 4 | ||||
-rw-r--r-- | snek.html | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,4 @@ +body { + overflow:hidden; + width:100%; +} @@ -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> |