Answer the question
In order to leave comments, you need to log in
How to adjust columns height in Bootstrap grid when page width changes?
Does boostrap 3 have a built-in ability to justify columns in a grid like UIKit does ?
Answer the question
In order to leave comments, you need to log in
It just seems like this:
@media (max-width: 991px) {
div {
height: 100px;
}
}
@media (max-width: 767px) {
div {
height: 200px;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question