summaryrefslogtreecommitdiff
path: root/extras/html/themes/simple
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-12 22:39:41 +0200
committerPaul Buetow <paul@buetow.org>2025-02-12 22:39:41 +0200
commit6cb4c3bd296e0bbf999f66a773012718a84b4fac (patch)
tree83d40af6d88493e605d0cda74dec76132b3d1a18 /extras/html/themes/simple
parentba73f97e2d341cd735b5b509daa73ae0a8ae3730 (diff)
add word wrap to more styles
Diffstat (limited to 'extras/html/themes/simple')
-rw-r--r--extras/html/themes/simple/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/html/themes/simple/style.css b/extras/html/themes/simple/style.css
index e7276cd..49bfd75 100644
--- a/extras/html/themes/simple/style.css
+++ b/extras/html/themes/simple/style.css
@@ -1,6 +1,7 @@
body {
font-family: sans-serif;
max-width: 1024px;
+ word-wrap: break-word;
}
a {