about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-06 19:50:11 -0500
committerJune McEnroe <june@causal.agency>2019-01-06 19:53:00 -0500
commitaae19de38fc6b57a6355293aa9de8f8d8e233d27 (patch)
tree411aad0fd4a12b2964922fa220a7ec785efad9b2
parentSwallow writes after the connection is closed (diff)
downloadtorus-aae19de38fc6b57a6355293aa9de8f8d8e233d27.tar.gz
torus-aae19de38fc6b57a6355293aa9de8f8d8e233d27.zip
Set background and max-width in explore
-rw-r--r--explore.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/explore.html b/explore.html
index dbe45ec..3344a06 100644
--- a/explore.html
+++ b/explore.html
@@ -1,10 +1,16 @@
 <!DOCTYPE html>
 <title>Explore the Torus</title>
 <style>
-	body { text-align: center; }
+	body {
+		background-color: black;
+		text-align: center;
+	}
 	table { margin: auto; }
 	button { font-size: 250%; }
-	img { image-rendering: pixelated; }
+	img {
+		max-width: 100%;
+		image-rendering: pixelated;
+	}
 </style>
 <img id="tile" src="tile.png">
 <table>