1
Fork 0

Fixed navbar

This commit is contained in:
Jake Howard 2016-01-03 15:04:46 +00:00
parent c1dc76a3c3
commit 703d27f259

View file

@ -82,3 +82,9 @@
.navbar-brand {
margin-left: 15px;
}
.stick-top {
position: fixed;
top: 0;
z-index: 10000;
}