update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / examples / jumbotron / jumbotron.css
1 /* Move down content because we have a fixed navbar that is 50px tall */
2 body {
3   padding-top: 50px;
4   padding-bottom: 20px;
5 }
6
7 /* Wrapping element */
8 /* Set some basic padding to keep content from hitting the edges */
9 .body-content {
10   padding-left: 15px;
11   padding-right: 15px;
12 }
13
14 /* Responsive: Portrait tablets and up */
15 @media screen and (min-width: 768px) {
16   /* Let the jumbotron breathe */
17   .jumbotron {
18     margin-top: 20px;
19   }
20   /* Remove padding from wrapping element since we kick in the grid classes here */
21   .body-content {
22     padding: 0;
23   }
24 }