Skip to content

Commit

Permalink
navbar__item alignment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MoazMirza-13 committed Oct 17, 2023
1 parent 62a55ca commit 82c6cbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@
// use margin instead of padding so that the border-bottom
// on active looks better
padding: 0;
margin: var(--ifm-navbar-item-padding-vertical)
var(--ifm-navbar-item-padding-horizontal);
margin: 0.25rem 0.64rem;
}

&__link {
Expand Down

0 comments on commit 82c6cbb

Please sign in to comment.