0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-10 03:46:13 +01:00
Bootstrap/docs/examples/navbar-top-fixed/navbar-top-fixed.css

6 lines
90 B
CSS
Raw Normal View History

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