diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-12 22:39:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-12 22:39:41 +0200 |
| commit | 6cb4c3bd296e0bbf999f66a773012718a84b4fac (patch) | |
| tree | 83d40af6d88493e605d0cda74dec76132b3d1a18 /extras/html/themes/future | |
| parent | ba73f97e2d341cd735b5b509daa73ae0a8ae3730 (diff) | |
add word wrap to more styles
Diffstat (limited to 'extras/html/themes/future')
| -rw-r--r-- | extras/html/themes/future/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/html/themes/future/style.css b/extras/html/themes/future/style.css index 18b49b2..3441ec9 100644 --- a/extras/html/themes/future/style.css +++ b/extras/html/themes/future/style.css @@ -52,6 +52,7 @@ body { border: 5px double #ff6347; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); border-radius: 15px; + word-wrap: break-word; } h1, h2, h3 { |
