Commit 7c391867 authored by Mark Otto's avatar Mark Otto

use static top navbar in jumbotron

parent 04d90911
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<body> <body>
<nav class="navbar navbar-inverse navbar-fixed-top"> <nav class="navbar navbar-inverse navbar-static-top">
<a class="navbar-brand" href="#">Project name</a> <a class="navbar-brand" href="#">Project name</a>
<ul class="nav nav-pills"> <ul class="nav nav-pills">
<li class="nav-item active"> <li class="nav-item active">
......
/* Move down content because we have a fixed navbar that is 50px tall */ /* Move down content because we have a fixed navbar that is 50px tall */
body { body {
padding-top: 5rem;
padding-bottom: 2rem; padding-bottom: 2rem;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment