From 5ef43bc1f5631dfc5911a32b1e20cc1d80319b13 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 3 Dec 2022 16:48:41 -0800 Subject: [PATCH] Update job image shadow and backdrop --- components/JobSection/index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/JobSection/index.scss b/components/JobSection/index.scss index 9348ecb2..83d72ec7 100644 --- a/components/JobSection/index.scss +++ b/components/JobSection/index.scss @@ -42,6 +42,8 @@ transition: box-shadow 0.15s ease-in-out; img { + -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.48)); + filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.48)); position: relative; top: $unit * -4; left: 50%; @@ -51,7 +53,7 @@ } .Overlay { - background: rgba(255, 255, 255, 0.12); + background: none; position: absolute; z-index: 1; }