diff options
author | June McEnroe <june@causal.agency> | 2019-01-06 22:02:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-06 22:02:01 -0500 |
commit | 08a34f0ea9d4b8412f178e1280cefbfd2a6c6438 (patch) | |
tree | 618225bb1c673d4f4c8267dbe6274dbc1c127620 /explore.html | |
parent | Set background and max-width in explore (diff) | |
download | torus-08a34f0ea9d4b8412f178e1280cefbfd2a6c6438.tar.gz torus-08a34f0ea9d4b8412f178e1280cefbfd2a6c6438.zip |
Add meta viewport to explore
Diffstat (limited to 'explore.html')
-rw-r--r-- | explore.html | 1 |
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; |