Skip to content

Commit

Permalink
make the .fa-icon style only care about the font size
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Dec 26, 2023
1 parent 339eb0f commit 2bbb82f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/components/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
a {
border-radius: 100%;
box-shadow: inset 0 0 0 _size(border-width) _palette(border);
display: flex;
display: inline-flex;
height: 2.25rem;
line-height: 2.25rem;
text-align: center;
Expand All @@ -74,10 +74,10 @@

.fa-icon {
font-size: 1rem; // Adjust the size of the icon as needed
display: inline-flex; // Use flex to center the icon
align-items: center;
justify-content: center;
height: 100%;
//display: inline-flex; // Use flex to center the icon
//align-items: center;
//justify-content: center;
//height: 100%;
}
}
}
Expand Down

0 comments on commit 2bbb82f

Please sign in to comment.