Update public/index.html
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 9m58s

This commit is contained in:
2025-12-13 19:46:51 +00:00
parent 45fb07bc8b
commit bd39dd2b3f

View File

@@ -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 {