From ee3235303d9f28b29de426737e2a38b9f06c3563 Mon Sep 17 00:00:00 2001 From: Ridhima10 Date: Fri, 31 May 2024 14:34:43 +0530 Subject: [PATCH] Added shadow in benefit cards --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index ba666e065..a4a62cd05 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -832,8 +832,8 @@ background-size: cover; justify-content: center; align-items: center; text-align: center; /* Center text within cards */ + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important; } - .benefits-card .card-text { margin-block-end: 20px; }