Select Page

This can help out when your lines of text are getting broken up in weird places, like when there's a trailing word that gets pushed to the next line and you'd rather split the line in half manually.



@media screen and (min-width: 600px) {
.mobile-break { display: none; }
}

Source: https://stackoverflow.com/questions/37836821/line-break-on-mobile-phone-only