M
M
MaximMRX2017-08-22 20:06:05
css
MaximMRX, 2017-08-22 20:06:05

Bootstrap grid not displaying correctly?

Good day! I laid out my cards on bootstrap, and in the end they don’t fit under each other, which I can’t understand the problem.
47bb675cbd114ce4b451c78ceacb0fc4.PNG
Demo: site

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Robert Bl, 2017-08-22
@GM_pAnda

Set styles

main #content .newsPage .tab-content {
display: flex;
flex-wrap: wrap;
}

A
Astrohas, 2017-08-22
@Astrohas

They have different heights. Make either the height fixed, or two independent columns, or inline-block

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question