word break fix

This commit is contained in:
Manny.Muriel 2016-08-18 16:03:22 -07:00 committed by Mark Moser
parent 5cd89ffedd
commit 4a3b29eb2a

View File

@ -25,7 +25,7 @@ a {
line-height: 1.5em;
padding-bottom: 20px;
font-weight:300;
word-break: break-all;
word-break: break-word;
strong {
font-weight:500;
}