You can try adding this to your stylesheet.
.jumbotron { min-height: 600px; }
You can also add an extra class to your body, for example <body class="test"> , and use this CSS
test.jumbotron { min-height: 600px; }
You can customize min-height according to your content.
Trey brister
source share