change transitions
All checks were successful
renovate / renovate (push) Successful in 1m8s
test-build / build (push) Successful in 1m16s

This commit is contained in:
2025-06-09 21:31:20 -05:00
parent ba36de8e36
commit 70b0b86944
5 changed files with 10 additions and 10 deletions

View File

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