Set word-break to break-word so text doesnt run wider than screen

This commit is contained in:
Joe Hutchinson
2019-01-21 11:01:12 -05:00
parent 159dd8f5f1
commit 59b3abd760
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11,6 +11,7 @@ body {
align-items: center;
width: 100%;
box-sizing: border-box;
word-break: break-word;
}
p {
margin: 1em 0;