From 4249f69b2d6a66c29182297b8ff7daa23f469fad Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 9 Apr 2022 12:37:57 +0300 Subject: feat: remove hyphens on word-break --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 3270ab6..b8fa85a 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,6 @@ body { padding-right: 50px; padding-top: 50px; padding-bottom: 50px; - hyphens: auto; word-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal; -- cgit v1.2.3