From 32caa9ef9c8a8aa17c55bbbf0db7e1d49ab42d40 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 6 Oct 2018 08:09:08 -0400 Subject: [PATCH] Apply word-wrap: break-word --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index cd309bc..b74c448 100644 --- a/style.css +++ b/style.css @@ -519,6 +519,10 @@ h1 { font-size: 50px; } +.content-area { + word-wrap: break-word; +} + /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/