Better spacing for nav header

This commit is contained in:
Kris 2018-04-24 19:27:17 -04:00
parent aad7df2a1b
commit 14ea67c80b
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ ol.category-breadcrumb {
display: block;
float: left;
list-style: none;
margin: 0 10px 0 0;
margin: 0 10px 10px 0;
padding: 0;
li {

View File

@ -8,7 +8,7 @@
.list-controls {
.nav {
float: left;
margin-bottom: 18px;
margin-bottom: 15px;
}
.btn {