diff --git a/index.html b/index.html index c485ccc..10780c2 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ is a computer meant for sharing
+
@@ -77,6 +78,7 @@
+
diff --git a/style.css b/style.css index 5b70ba0..e1935aa 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,14 @@ div#tildes { letter-spacing:.75em; } +#table-container { + overflow:auto; +} + +table { + overflow-x: scroll; +} + section { font-family: monospace; background-color: black;