Skip to content

Commit

Permalink
add top margin to nav sections
Browse files Browse the repository at this point in the history
  • Loading branch information
StarfallProjects committed Mar 4, 2024
1 parent 1d8ea79 commit 7c799fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_extra/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@
background-color: var(--color-text-base);
}

/* better left nav spacing */

.md-nav__item--section {
margin-top: 1.75em;
}

/* extra top nav */

.n8n-top-nav {
Expand Down

0 comments on commit 7c799fd

Please sign in to comment.