I want to reduce the height of a text, How can i do?
Asked
Active
Viewed 41 times
-1
1 Answers
0
CSS
span {
line-height:2.5
}
HTML
<span>Mistor</span>
<br>
<span>Gathus</span>

avia
- 1,527
- 7
- 19
-
Yea,it's work with line-height, in the project line-height it was so high – AndreiN Oct 06 '20 at 22:33
-
OK glad I could help! Feel free to mark the answer as the accepted one if it helped. Have a nice day – avia Oct 06 '20 at 22:34
Nistor Andrei Marian
and scss .about-me__first-title{ font-size: 38px; line-height: 64px; – AndreiN Oct 06 '20 at 22:31