From bd39dd2b3f1fc83238d26c4369db25d0a3e2afc9 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Sat, 13 Dec 2025 19:46:51 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 5 ----- 1 file changed, 5 deletions(-) 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 {