Spot the bug - #114: Hover Lift Card

Animation bug in plain sight.

.card {
  transition: transform 200 ease;
}
.card:hover {
  transform: translateY(-4px);
}

Reply with what is broken and how you would fix it.