From e78451dbba410323ad2ee6b070bb269828fcc4fc Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 19 Sep 2023 16:45:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(projects):=20add=20border-?= =?UTF-8?q?radius=20and=20cleaner=20shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_cards.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/parts/_cards.scss b/sass/parts/_cards.scss index 50253fb..70c6ce2 100644 --- a/sass/parts/_cards.scss +++ b/sass/parts/_cards.scss @@ -8,7 +8,8 @@ } .card { - box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; + box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; + border-radius: 5px; background: var(--bg-2); min-height: 100px; overflow: hidden;