Added word-break to mobile.

This commit is contained in:
Manny.Muriel 2016-08-18 16:02:34 -07:00 committed by Mark Moser
parent a67c859b6f
commit 5cd89ffedd

View File

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