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
commit08a34f0ea9d4b8412f178e1280cefbfd2a6c6438 (patch)
tree618225bb1c673d4f4c8267dbe6274dbc1c127620
parentSet background and max-width in explore (diff)
downloadtorus-08a34f0ea9d4b8412f178e1280cefbfd2a6c6438.tar.gz
torus-08a34f0ea9d4b8412f178e1280cefbfd2a6c6438.zip
Add meta viewport to explore
Diffstat (limited to '')
-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;
pan>Add Blondie — Heart of GlassJune McEnroe Why didn't I know about this song? I love it. 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe