Answer the question
In order to leave comments, you need to log in
How to align flex container items in height?
Everything is fine here - https://jsfiddle.net/yw1xazs0/1/
But as soon as content is added to one of the inner blocks, the height of the elements becomes different - https://jsfiddle.net/xdnd9d4c/
How to make them not change until the height of the content in one of the blocks exceeds the allowable height?
Condition: you can not change min-height to height in the container, because on most smartphones in landscape mode there is not enough height to fit all the content in blocks. So height: 150vh will cause each container element to be too small in height
Answer the question
In order to leave comments, you need to log in
you can't change min-height to height in a container, because on most smartphones in landscape mode there is not enough height to fit all the content in blocks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question