« get me outta code hell

Make page width smaller - scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-11-14 16:45:15 -0400
committerFlorrie <towerofnix@gmail.com>2018-11-14 16:45:33 -0400
commita64f76d7cc2ff52d5b12255e1fe55bc7411ad81f (patch)
tree86eccc2248f83fc99168054bdc30e149c0cba569
parent15b1962e26f23e684fd6e8d84654bbe2b9aa47b7 (diff)
Make page width smaller
This should help make it easier to read content in general. It might
still need some tweaking; we'll see.
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index d5cdf7e..5d629e2 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,9 @@
+body {
+  max-width: 20cm;
+  margin-left: auto;
+  margin-right: auto;
+}
+
 li {
   margin-top: 4px;
   margin-bottom: 4px;