remove translate on hover for links and buttons
This commit is contained in:
@@ -128,10 +128,10 @@ button {
|
|||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
/* a:hover,
|
||||||
button:hover {
|
button:hover {
|
||||||
transform: translateY(-1px);
|
transform: translateY(-1px);
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* Smooth page transitions */
|
/* Smooth page transitions */
|
||||||
.page-transition {
|
.page-transition {
|
||||||
|
Reference in New Issue
Block a user