summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.css b/default.css
index 7465c01..edd2af3 100644
--- a/default.css
+++ b/default.css
@@ -1,3 +1,8 @@
 html {
 	font-family: monospace;
 }
+
+body {
+	max-width: 130ch;
+	margin: auto;
+}