From 1b21b6397b87e2d68923fbb38de1da991bdae404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Thu, 15 Feb 2024 19:02:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(projects):=20minor=20redes?= =?UTF-8?q?ign=20(#278)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_cards.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/parts/_cards.scss b/sass/parts/_cards.scss index 70c6ce2e1..29b98f5f0 100644 --- a/sass/parts/_cards.scss +++ b/sass/parts/_cards.scss @@ -8,8 +8,8 @@ } .card { - box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; - border-radius: 5px; + box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; + border-radius: 1rem; background: var(--bg-2); min-height: 100px; overflow: hidden; @@ -17,6 +17,7 @@ .card-info { padding: 0 24px 24px 24px; + text-align: center; } .card-title {