Skip to content

Commit

Permalink
Fix icon sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrkiger committed Nov 1, 2024
1 parent b8fa348 commit 522a4ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsapp/js/account/accountSidebar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
&:hover {
color: colors.$kobo-gray-800;
}

i {
font-size: 26px;
margin: 5px 4px 5px 1px;
display: inline-block;
}
}

.activeNavlink {
Expand Down

0 comments on commit 522a4ce

Please sign in to comment.