From b41b46489b3aab557e71586a89ac6df1e586ec95 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 23 May 2019 11:15:52 -0400 Subject: [PATCH] Make body wider; hyphenate body but not headers --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index ff10678..9987c9c 100644 --- a/style.css +++ b/style.css @@ -519,16 +519,13 @@ html { h1, h2, h3, h4, h5, h6 { font-weight: bold; font-size: 21px; + hyphens: none; } .content-area { word-wrap: break-word; } -.entry-title { - hyphens: auto; -} - /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ @@ -990,8 +987,9 @@ Site content } .content-area { - grid-column: 5 / 9; + grid-column: 5 / 10; max-width: 100%; + hyphens: auto; } .content-area.no-sidebar {