Skip to content

Commit 8979e09

Browse files
committed
example: 💄 link button hover translateY less
1 parent 859224b commit 8979e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/views/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default {
151151
transition: all .3s ease-in-out;
152152
153153
&:hover {
154-
transform: translateY(-10px);
154+
transform: translateY(-5px);
155155
}
156156
157157
&--active {

0 commit comments

Comments
 (0)