how to adjust the size of my jumbotron code example
Example: how to change jumbotron size
.jumbotron {
background: url('http://placekitten.com/800/500') no-repeat center center;
background-size: cover;
padding-top: 20%;
padding-bottom: 20%;
}