twbs--bootstrap/docs/examples/navbar-top-fixed/navbar-top-fixed.css

6 lines
90 B
CSS
Raw Normal View History

2014-07-14 16:05:21 +00:00
body {
/* Show it's not fixed to the top */
min-height: 75rem;
2014-07-14 16:05:21 +00:00
padding-top: 6rem;
}