As the title says, how do I prevent the heading from extending full-width during a line break?
The heading is inside a container with display: flex;
and align-items: center;
Here is a visual explanation to explain my problem better (blue line represents flex container):
Here is a link to my CodePen for a demo as well: https://codepen.io/codezinx/pen/LYOdZXK
Any solutions?