summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 09:38:46 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 09:38:46 -0400
commitbc8b57c001c05f20579b0fdd6c75e26ee6255ffc (patch)
tree7eba86206c297425e55d8fdf5b7299600b6a9a76 /default.css
parentAdd default stylesheet (diff)
downloadscooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.tar.gz
scooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.zip
Serve stylesheet separately, with caching
Diffstat (limited to 'default.css')
-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;
+}