From 2faa6612b761c9f069456c7bbc9ffda5afc553e9 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Wed, 21 Aug 2013 10:21:01 +0200 Subject: [PATCH] Tweak. --- assets/css/screen.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index a88d1c8..df85e3c 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -27,6 +27,8 @@ body { font-size: 2.0rem; line-height: 1.6em; color: #50585D; + word-break: break-word; + hyphens: auto; } ::-moz-selection { @@ -108,10 +110,6 @@ a:hover { .post { max-width: 700px; margin: 0 auto; - - /* Break long words to new line */ - word-break: break-word; - hyphens: auto; } .post-title {