From 3113149f8aa4d6c8d343fa4e961eaa232966e168 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 25 Jun 2022 13:38:41 +0300 Subject: [PATCH] update @ Sat 25 Jun 13:38:41 EEST 2022 Signed-off-by: Ari Archer --- content/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }