I
I
Ivan Antonov2015-10-14 17:16:50
css
Ivan Antonov, 2015-10-14 17:16:50

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

1 answer(s)
I
Ilya Solovyov, 2015-10-14
@antonowano

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 question

Ask a Question

731 491 924 answers to any question