From c838cba156a57e1bc7332edb4a34d24239caac45 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Thu, 23 Jul 2020 13:04:44 +0200 Subject: [PATCH] Avoiding long words going out of their reserved space. Issue #6 --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 022ec86..9ca820a 100755 --- a/css/style.css +++ b/css/style.css @@ -29,6 +29,8 @@ nav, section, summary { display: block; + word-wrap: break-word; + overflow-wrap: break-word; } audio,