how to make text in div elements not crumple up when the div element gets smaller code example
Example: how to make text in div elements not crumple up when the div element gets smaller
display: inline-block; /*from stackoverflow*/
display: inline-block; /*from stackoverflow*/