From ce0826a15f273cfd9fe5c27ddd30c9ef528c0e84 Mon Sep 17 00:00:00 2001 From: Bharat Tyagi <66867655+bharat-tyagi@users.noreply.github.com> Date: Sun, 3 Oct 2021 19:35:40 +0530 Subject: [PATCH] Update style.css --- Double Click Heart/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Double Click Heart/style.css b/Double Click Heart/style.css index 01da57c..c6bc9bb 100644 --- a/Double Click Heart/style.css +++ b/Double Click Heart/style.css @@ -35,7 +35,7 @@ small { cursor: pointer; max-width: 100%; position: relative; - box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); + box-shadow: 0 15px 29px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.24); } .loveMe .fa-heart { @@ -49,4 +49,4 @@ small { transform: translate(-50%, -50%) scale(10); opacity: 0; } -} \ No newline at end of file +}