increase top margin of nav bar

This commit is contained in:
Jordan Vidrine 2021-07-13 17:39:57 -05:00
parent 7f6a0525d4
commit 52f6564994

View File

@ -415,4 +415,8 @@ td.num.views, th.num.views {
// increase nav space of nav bar
.category-breadcrumb .select-kit-header, #navigation-bar, .navigation-controls {
margin-bottom: 1.25em;
}
.navigation-container {
margin-top: 2em;
}