1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-04 20:57:36 +02:00
Files
bootstrap/docs/4.0/examples/navbar-top-fixed/navbar-top-fixed.css
Mark Otto 5282643c59 beta docs
2017-08-10 21:04:59 -07:00

6 lines
87 B
CSS

/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}