diff options
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index cf8c75b..1969e35 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,9 @@ body { font-family: 'Source Sans Pro'; background: #222; color: #f5f5f5; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; } p { |