improve card link hover transition
This commit is contained in:
+2
-2
@@ -255,13 +255,13 @@ main {
|
||||
content: "\f100";
|
||||
font-family: 'Font Awesome 6 Free Solid';
|
||||
opacity: 0;
|
||||
translate: 4em;
|
||||
translate: 2.5em;
|
||||
}
|
||||
|
||||
.card nav li:hover::after {
|
||||
opacity: 1;
|
||||
translate: 1em;
|
||||
transition: all 0.5s ease-out;
|
||||
transition: all 0.375s ease-out;
|
||||
}
|
||||
|
||||
.card nav li:active::after {
|
||||
|
||||
Reference in New Issue
Block a user