diff options
author | nathan <nathansmith@disroot.org> | 2025-08-10 15:02:05 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-10 15:02:05 -0600 |
commit | 3e36028d99b21d8946085be6b3597b63d1ed14d1 (patch) | |
tree | 9dc0c1ea8f22394243097205dfc10cf829ad48ae /org/css/guest-book.css | |
parent | 0880780d5744d346ad44f4552cd25f8f5169a940 (diff) |
Better blog format
Diffstat (limited to 'org/css/guest-book.css')
-rw-r--r-- | org/css/guest-book.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/css/guest-book.css b/org/css/guest-book.css index cd82abf..76f900e 100644 --- a/org/css/guest-book.css +++ b/org/css/guest-book.css @@ -26,7 +26,7 @@ b { color: #00ff00; background-color: #060a0f; border: 1px solid gray; - word-wrap : break-word; + word-wrap: break-word; overflow-wrap: break-word; } |