View Single Post
Old 05-02-2019, 12:20 PM   #18
patrik
Guru
patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.
 
Posts: 683
Karma: 4568205
Join Date: Jan 2010
Location: Sweden
Device: Kobo Forma
Thanks, yes I played with line-height, but it also changed the space between the second line (when it was spread over two lines on the device.)

But your suggestion about block did the trick!

h3 { line-height:4em; }
.line2 { display:block; line-height:1em; }

Seems to give the flexibility I wanted.
patrik is offline   Reply With Quote