about summary refs log tree commit diff
path: root/components/Posts/PostLink.vue
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-25 20:16:01 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-25 20:16:01 +0100
commit03b8bea02076f8eceddded0a096026125e5e7ca1 (patch)
tree07cba29bda34d4330e5e33f42fff7e277f027b49 /components/Posts/PostLink.vue
parent0df2c534d8615fd55994e9d27d9c2b81d4e87c20 (diff)
downloadpuszcza-03b8bea02076f8eceddded0a096026125e5e7ca1.tar.gz
puszcza-03b8bea02076f8eceddded0a096026125e5e7ca1.zip
Fix empty images
Diffstat (limited to 'components/Posts/PostLink.vue')
-rw-r--r--components/Posts/PostLink.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue
index 5f7d5bf..3f80bae 100644
--- a/components/Posts/PostLink.vue
+++ b/components/Posts/PostLink.vue
@@ -86,5 +86,6 @@ export default {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
+  box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.25);
 }
 </style>