diff options
author | nathan <nathansmith@disroot.org> | 2025-08-08 08:46:38 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-08 08:46:38 -0600 |
commit | 4eb973d722032dacb13a05728ddeced00c05ce2e (patch) | |
tree | f08cef3e767e8d93ef34709e8c54f966e5e3c46a /org/css/shitty-theme.css | |
parent | ef7130a59f106bb2296a015014704d5f2cb03cab (diff) |
free money
Diffstat (limited to 'org/css/shitty-theme.css')
-rw-r--r-- | org/css/shitty-theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index cd2e5f6..1584e3a 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -7,10 +7,12 @@ body { } #content { - width: 65%; + width: 75%; margin: auto; background-color: #bebebe; border: 1px solid black; + word-wrap : break-word; + overflow-wrap: break-word; } .outline-2 { |