diff --git a/index.html b/index.html
index af13d1b..aaacd63 100644
--- a/index.html
+++ b/index.html
@@ -5131,7 +5131,6 @@
/* Keep driver pin (blue) above the shear line when set */
.pin.set .driver-pin {
background: #22aa22; /* Green to indicate set */
- transform: translateY(-22px); /* Move up above shear line */
}
/* Reset key pin (red) to the bottom when set */
@@ -5139,11 +5138,6 @@
transform: translateY(0); /* Keep at bottom */
}
- /* Move spring up with driver pin when set */
- .pin.set .spring {
- transform: translateY(-22px); /* Move up with driver pin */
- }
-
.cylinder {
display: flex;
justify-content: center;