Skip to content

Commit

Permalink
fix(menu): fix menu items padding
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Aug 26, 2023
1 parent 0d22312 commit 29016e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
text-align: left;
margin-top: 10px;
padding-bottom: 10px;
padding-left: 10px
padding-left: 10px;
padding-right: 10px;
}

.dropdown-content a:hover {
Expand Down

0 comments on commit 29016e2

Please sign in to comment.