diff options
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 { |