From 2fbed6c29680cd29d9e4fb5b3b7710c8824a22ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Fri, 29 May 2020 17:55:34 +0200 Subject: [PATCH] add pictures and shadow --- src/Events.js | 5 ++++- src/style.js | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Events.js b/src/Events.js index e20deed..f52cf29 100644 --- a/src/Events.js +++ b/src/Events.js @@ -79,7 +79,10 @@ function Links({ event_id, ticket_url }) { function EventImage({ images }) { const { square = null } = images return ( - + ) } diff --git a/src/style.js b/src/style.js index eadca00..0c29969 100644 --- a/src/style.js +++ b/src/style.js @@ -9,6 +9,7 @@ export default { EventImage: { width: '168px', height: '168px', + 'box-shadow': '1px 1px 3px 0px rgba(0,0,0,0.75)', }, EventCard: { 'padding-left': '8px',