diff --git a/rtfd/public/html/style/reset.css b/rtfd/public/html/style/reset.css
index 64fcd64..1a81f37 100644
--- a/rtfd/public/html/style/reset.css
+++ b/rtfd/public/html/style/reset.css
@@ -9,3 +9,10 @@ padding: .5em;
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
+
+figcaption,
+li,
+p {
+max-width: 64ch;
+text-wrap: pretty;
+}