set top and bottom padding on the bars to be equal because it was too top-heavy
This commit is contained in:
parent
5a9f71c1ef
commit
b29a094e38
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue