Skip to content

Commit

Permalink
Reduce padding in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Nov 1, 2023
1 parent e3ffa15 commit 44e74c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#sidebar {
overflow-y: auto;
}
.nav-link {
padding: .1rem 1rem !important;
}
</style>
</head>

Expand Down

0 comments on commit 44e74c5

Please sign in to comment.