diff options
Diffstat (limited to 'components/Posts/PostLink.vue')
-rw-r--r-- | components/Posts/PostLink.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue index 54cd934..8d0a669 100644 --- a/components/Posts/PostLink.vue +++ b/components/Posts/PostLink.vue @@ -44,7 +44,7 @@ export default { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); background: #ffffff; text-align: left; - transition: transform 300ms ease-in-out; + transition: all 300ms ease-in-out; } .post-link:hover { |