Initially, my header takes the single-line form:
Title • Description
When the width is decreased, I'd like it to display as two-lines, without the bullet point:
Title
Description
I've searched, and can't find the the most elegant/generally accepted way to do this. There doesn't seem to be any way to track a height change without additional libraries, which are not preferred. We do have jQuery to work with though.