From 60296e15e5178e5671978a180e9dc0783c962666 Mon Sep 17 00:00:00 2001 From: maren Date: Sun, 14 Jan 2024 20:28:11 -0500 Subject: [PATCH] update word-wrap to overflow-wrap --- brutalcss.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutalcss.html b/brutalcss.html index c44d7dc..6efa138 100644 --- a/brutalcss.html +++ b/brutalcss.html @@ -11,7 +11,7 @@ body { max-width: 50em; margin: 0 auto; line-height: 1.5; - word-wrap: break-word; + overflow-wrap: break-word; padding: 0 1em; }