Skip to content

Commit

Permalink
Icon alignment on sidebar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrecchiami authored and elia committed Oct 24, 2023
1 parent 5d96336 commit 24b97b7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ $color-navbar-hover: $color-navbar !default;

&::before,
svg {
display: inline-block;
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
padding: 0;
Expand Down

0 comments on commit 24b97b7

Please sign in to comment.