diff --git a/src/components/SoftwareCard.vue b/src/components/SoftwareCard.vue
index 929346a..1fe80e9 100644
--- a/src/components/SoftwareCard.vue
+++ b/src/components/SoftwareCard.vue
@@ -30,10 +30,9 @@
-
{{ software.name }}
+ {{ software.name }}
{{ software.id }}
-
{{ software.description }}
@@ -211,9 +210,9 @@ const handleCardClick = () => {
}
.icon-container {
- width: 48px;
- height: 48px;
- border-radius: 12px;
+ width: 32px;
+ height: 32px;
+ border-radius: 8px;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
@@ -232,7 +231,7 @@ const handleCardClick = () => {
align-items: center;
justify-content: center;
color: white;
- font-size: 20px;
+ font-size: 14px;
font-weight: 700;
}