about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-06 22:02:01 -0500
committerJune McEnroe <june@causal.agency>2019-01-06 22:02:01 -0500
commit51c7aec72fb00785b05de05863771e57cd39cf82 (patch)
treeeb01955c5ae68c3e2667d2f46b7e2d4f8130402a
parentSet background and max-width in explore (diff)
downloadtorus-51c7aec72fb00785b05de05863771e57cd39cf82.tar.gz
torus-51c7aec72fb00785b05de05863771e57cd39cf82.zip
Add meta viewport to explore
-rw-r--r--explore.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/explore.html b/explore.html
index 3344a06..0f898fa 100644
--- a/explore.html
+++ b/explore.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 <title>Explore the Torus</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
 <style>
 	body {
 		background-color: black;