summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Michelotti <michelotti.matthew@gmail.com>2018-07-21 22:52:33 -0500
committerMatthew Michelotti <michelotti.matthew@gmail.com>2018-07-21 22:56:42 -0500
commit1a98fa64114a793e939309b138ea27502109cabc (patch)
treeae1714c9f2f3bb8208a53b95ff0ea0871505016b
parent13b96831ac7c326e7f623d801b04662f122d5922 (diff)
added tag to avoid erroneous html scaling on mobile devices
-rw-r--r--gate_build/src/html/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gate_build/src/html/index.html b/gate_build/src/html/index.html
index 96af3f8..6a13089 100644
--- a/gate_build/src/html/index.html
+++ b/gate_build/src/html/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<style>
* { margin:0; padding:0; }
html, body { width:100%; height:100%; background-color: black; }