2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
Files
bootstrap/docs/examples/jumbotron/jumbotron.css
T

6 lines
127 B
CSS

/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 5rem;
padding-bottom: 2rem;
}