I'm using Bootstrap
in my HTML
page and I have this row with text:
.pick_your_color {
font-size: 72px;
font-family: piepie, sans-serif;
font-weight: 400;
font-style: normal;
color: rgb(75, 45, 30);
line-height: 1.2;
}
<div class="row text-center" style="padding-top: 280px">
<h1 class="pick_your_color">Pick your color</h1>
</div>
Everything is working and loos ok, but when I resize the browser or using the mobile the text is using 2 lines instead of one line, There is a way to resize text to fit the row height?