How to add line breaks for mobile version within "Custom Liquid" section

I am attempting to build a custom text section on a homepage with the CUSTOM LIQUID section from the shopify editor. Though I have successfully built in and styled the text for the section- I am having troubles creating mobile breaks for the text to break to the next line in a mobile view. Any suggestions?

Here is the code:



NEW MUSIC OUT NOW!

Try adding white-space. Added white space to the code below.


<strong>

# NEW MUSIC OUT NOW! 

You can also use word-break. See MDN documentation here


<strong>

# NEW MUSIC OUT NOW! 

It is still overlapping the text when the page shrinks. See below!

Oh. That overlapping. Do you mind providing your website? So I can inspect?

www.andersondanielsmusic.com

Here you go. It was the line height. I replace it with margin: 0 instead