summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index ffb14cd..822860e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,4 +1,5 @@
-body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em }
+body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; }
+pre { overflow-x: scroll; }
.snac-embedded-video, img { max-width: 100% }
.snac-origin { font-size: 85% }
.snac-score { float: right; font-size: 85% }