Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Remove extra margin on top of navstack
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Apr 6, 2024
1 parent 90a5f5e commit fd2a69b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/ui/NavStack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ ul {
list-style-type: none;
margin: 0;
padding: 0;
> :first-child {
margin-top: 0;
}
}
li {
Expand Down

0 comments on commit fd2a69b

Please sign in to comment.