diff --git a/public/index.html b/public/index.html index 1301fcb..bd4d43f 100644 --- a/public/index.html +++ b/public/index.html @@ -124,11 +124,6 @@ border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); border: 1px solid var(--border-color); - transition: transform 0.2s; - } - - .test-card:hover { - transform: translateY(-2px); } h2 {