set top and bottom padding on the bars to be equal because it was too top-heavy

This commit is contained in:
hakui 2017-02-20 09:28:50 -06:00
parent 5a9f71c1ef
commit b29a094e38
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
.nav-panel li {
border-bottom: 1px solid;
padding: 0.75em 0.85em 0.6em;
padding: 0.8em 0.85em;
}
.nav-panel li:last-child {