remove translate on hover for links and buttons

This commit is contained in:
2025-06-09 21:21:13 -05:00
parent d2e44fe046
commit ba36de8e36

View File

@@ -128,10 +128,10 @@ button {
transition: all 0.2s ease;
}
a:hover,
/* a:hover,
button:hover {
transform: translateY(-1px);
}
} */
/* Smooth page transitions */
.page-transition {