diff --git a/content/styles.css b/content/styles.css index 64de4f4..766166e 100644 --- a/content/styles.css +++ b/content/styles.css @@ -18,7 +18,10 @@ box-sizing: border-box; word-wrap: break-word; - word-break: break-all; + /* + * Removed to users asking me to: + * word-break: break-all; + * */ scroll-behavior: smooth; }