On my website, I currently have a sentence that is fully displayed on the Desktop version. However, I am looking to modify it so that it breaks into 2-3 lines when viewed on Mobile using Bootstrap-4.
For example, here is the text in question:
Our large, heavy items and Same-Day Delivery items are delivered by our store or one of our delivery partners.
I want to break this sentence into 3 lines specifically at certain words/positions for Mobile devices...
Our large, heavy items and Same-Day Delivery items are delivered by our store or one of our delivery partners.
What are my options? This modification could apply to either an h1 or p tag, so please provide solutions for both if they differ.
Thank you!