From 03b8bea02076f8eceddded0a096026125e5e7ca1 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 25 Jan 2020 20:16:01 +0100 Subject: Fix empty images --- components/Posts/PostLink.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'components/Posts') 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); } -- cgit 1.4.1