Helo, can anyone help me with this one, i would like to lorem ipsum have same height in every li, but not max-height. When i have 4 line title i would like every titles have 4 lines height
h2 {
margin-top: 0;
flex: 1 0 auto
}
here example:
https://codepen.io/anon/pen/qxvJqw
I want to achieve something like this, but not flex: 0 1 100px or something like this
I would like to be flexible, when the biggest title have 4 lines, all have 4 lines, when biggest have 2 all have two
I would be very grateful for help
Thanks