Merge pull request #877 from diegoe/diegoe_word-wrap-overflow

css: Add word-wrap to body tag
This commit is contained in:
Matt Trask
2021-03-22 07:56:54 -05:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -19,6 +19,7 @@ body{
font-size: 24px;
line-height: 32px;
text-rendering: optimizeLegibility;
word-wrap: break-word;
}
h1, h2, h3, h4{