From 781fd1c048f2b8c9f446288cdc2d8342282e8a3e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 16:57:03 +0600 Subject: [PATCH] fix typo --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 18aa444..685c081 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ html { * { font-family: arial, helvetica, sans-serif; font-size: 11pt; - word-wrap: break-word; + word-break: break-word; } a {