Skip to content

Commit

Permalink
Reduce vertical element spacing in right-hand menu
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 27, 2023
1 parent b0691ba commit 9840cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@
}
}

.sidebar_second .nav-link {
padding: 0.35rem 0;
}

.main-content {
@media (max-width: #{$screen-sm-max}) {
border-top: 1px solid rgb(5 45 77 / 13%);
Expand Down

0 comments on commit 9840cc8

Please sign in to comment.