branch | landing-page-2014 |
changeset 78 | b28d5c14c5c2 |
parent 54 | 0ded9d7748b7 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/jumbotron/jumbotron.css Fri Jan 17 11:59:43 2014 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +/* Move down content because we have a fixed navbar that is 50px tall */ 1.5 +body { 1.6 + padding-top: 50px; 1.7 + padding-bottom: 20px; 1.8 +}