From 8b091ba7e9d9d30347b4ce98adf626154f9c4771 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 25 Aug 2023 13:54:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84style(projects):=20cleaner=20shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_cards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_cards.scss b/sass/parts/_cards.scss index a028183..295cc76 100644 --- a/sass/parts/_cards.scss +++ b/sass/parts/_cards.scss @@ -10,7 +10,7 @@ .card { min-height: 100px; background: var(--bg-2); - box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); + box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; overflow: hidden; }