style: add word-break to html (#407)

This commit is contained in:
Barbara Gomes 2023-04-17 09:29:10 -04:00 committed by GitHub
parent 7c660ea15c
commit a6816a5bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ html {
scroll-behavior: smooth;
line-height: 1.25;
-webkit-text-size-adjust: 100%;
word-break: break-all;
}
body {