0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Bootstrap/docs/examples/navbar-top-fixed/navbar-top-fixed.css

6 lines
90 B
CSS
Raw Normal View History

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