Skip to content

Commit

Permalink
fix: remove model card icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Chai Landau committed Feb 26, 2024
1 parent 554f260 commit b960520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

&.model-card {
.icon {
@apply h-7 w-7 rounded-full border border-gray-300 p-[3px] dark:border-gray-700 mt-[5px] sm:mt-0 sm:items-center;
@apply h-7 w-7 rounded-full border border-gray-300 dark:border-gray-700 mt-[5px] sm:mt-0 sm:items-center;
}
&,
.info {
Expand Down

0 comments on commit b960520

Please sign in to comment.