Answer the question
In order to leave comments, you need to log in
Why does masonry cards have magic padding?
Bootstrap 4, if you put 2 columns in Cards-columns https://v4-alpha.getbootstrap.com/components/card/... Then the padding will be incomprehensible, the next element from the bottom will be pushed down. And there will be an empty space
In the example in the photo:
.card-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question