summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-27 15:39:35 -0400
committerJules Laplace <jules@okfoc.us>2017-04-27 15:39:35 -0400
commit52596435d4839ef4026db8441598b32c3fd83c5c (patch)
treedfbd56021a274961f63e974195f69bd98e21aab2 /index.html
parent2761ba1231686407af2e11786e29e84c69b0183f (diff)
make it work mobile
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2cbc6d9..62e0069 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,17 @@
<html>
<head>
<title>triangle</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<style>
+html,body {
+ overflow: hidden;
+}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: white;
text-shadow: 0 0 1px #000;
transition: background-color 100ms;
user-select: none;
- overflow: hidden;
}
div {
position: absolute;