Есть текст
<div class="hero-title">
<div>
<span>Firstsoft.</span>
</div>
</div>
К нему есть css:
.hero-title {
font-family: 'Gilroy-Extrabold';
margin-bottom:0px;
width:100%;
font-size:150px;
line-height:150px;
height:150px;
font-weight: 800;
z-index:10;
color:#000;
position:relative;
transform: translateY(5vh);
-webkit-transform: translateY(5vh);
opacity:0;
margin:auto;
display:table;
}
В итоге у меня получается так:
То есть, текст будто растянут, но я не могу поймать суть, где я его и чем растянул.