diff --git a/frontend/src/views/Projects.vue b/frontend/src/views/Projects.vue
index 7738ccc..329eb4a 100644
--- a/frontend/src/views/Projects.vue
+++ b/frontend/src/views/Projects.vue
@@ -4,13 +4,13 @@
@@ -876,12 +876,14 @@ function formatDate(d) {
}
.btn-kit-compare {
+ display: inline-block;
+ margin-top: 12px;
background: linear-gradient(135deg, #f0e6d3 0%, #e8d5b8 100%);
color: #7a6540;
border: 1.5px solid #d4c4a0;
border-radius: 10px;
- padding: 6px 14px;
- font-size: 12px;
+ padding: 8px 20px;
+ font-size: 13px;
cursor: pointer;
font-family: inherit;
font-weight: 500;