I am developing website based on Bootstrap template. Here is link: http://pixelslab.pl/ly/ I just have trouble with paragraphs in the middle - they are overlaping in strange way. Any idea how to fix it?
- 积分
0 - 话题
0 - 评论
3189 - 注册排名
1803
I am developing website based on Bootstrap template. Here is link: http://pixelslab.pl/ly/ I just have trouble with paragraphs in the middle - they are overlaping in strange way. Any idea how to fix it?
固定高度导致此问题...在以下更改CSS:
In order to make them work as expected, you should set your default
line-height
to normal in a certain breakpoint like767px
. You should also applyflex-direction: column;
to the parent element in order to get better results. So the result should be something like this: