Navbar text needs more margin to align vertically in navbar.

This commit is contained in:
James Brewer 2014-09-29 16:01:19 -07:00
parent d6b15454b2
commit 11a1c45ff7

View File

@ -19,6 +19,8 @@
.navbar-text {
color: @navbar-color;
margin-top: 20px;
margin-bottom: 20px;
}
.navbar-nav {