Skip to content

Commit b960520

Browse files
author
Chai Landau
committed
fix: remove model card icon padding
1 parent 554f260 commit b960520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/cards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
&.model-card {
55
.icon {
6-
@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;
6+
@apply h-7 w-7 rounded-full border border-gray-300 dark:border-gray-700 mt-[5px] sm:mt-0 sm:items-center;
77
}
88
&,
99
.info {

0 commit comments

Comments
 (0)