From e72913277f39ca78fa24a4e24132c906f5d89b05 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 3 Sep 2022 01:09:15 +0300 Subject: [PATCH] Fix 90s css Signed-off-by: Ari Archer --- content/styles/90s/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/styles/90s/styles.css b/content/styles/90s/styles.css index 7b51468..b6ee57a 100644 --- a/content/styles/90s/styles.css +++ b/content/styles/90s/styles.css @@ -13,8 +13,8 @@ -webkit-box-sizing: border-box; box-sizing: border-box; - /* word-wrap: break-word; */ - word-break: break-all; + word-wrap: break-word; + /* word-break: break-all; */ scroll-behavior: smooth; }