Added CSS to break long words that squish content. Issue #624

This commit is contained in:
Maurice Parker 2019-04-26 17:59:47 -05:00
parent 072ff110f3
commit da856a14e1

View File

@ -5,6 +5,11 @@ body {
margin-right: 20px;
font-family: -apple-system-body;
font-size: 18px;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
}
a {