diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-03 19:14:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 19:14:44 +0100 |
commit | 6a87f4d381bb43bea3a2b64ea930d4f46783e22c (patch) | |
tree | 7e14c6c0ee06edcbc1dd3084d5801ab69be1ee28 /components/Posts | |
parent | d81efb1e043180885bfb6ea9eac173a86fea6aad (diff) | |
parent | 1b74216fc4afa740991dcc9986eb6843c5b07a59 (diff) | |
download | puszcza-6a87f4d381bb43bea3a2b64ea930d4f46783e22c.tar.gz puszcza-6a87f4d381bb43bea3a2b64ea930d4f46783e22c.zip |
Merge pull request #22 from 19pdh/develop
Google drive link
Diffstat (limited to 'components/Posts')
-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 { |