add height to new navbar examples to show behavior

This commit is contained in:
Mark Otto 2014-10-27 03:07:25 -07:00
parent 37f10fe92f
commit 125c3859a0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
body {
/* Show it's not fixed to the top */
min-height: 75rem;
padding-top: 6rem;
}

View File

@ -0,0 +1,4 @@
/* Show it's not fixed to the top */
body {
min-height: 75rem;
}